From: Ian Lance Taylor Date: Mon, 6 Mar 2023 04:00:46 +0000 (-0800) Subject: libgo: revert incorrectly committed change X-Git-Tag: basepoints/gcc-14~708 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5e77e98af16d5a28a01f18d096665fd3d388994;p=thirdparty%2Fgcc.git libgo: revert incorrectly committed change This directory should be changed upstream, not in the GCC repo. --- diff --git a/libgo/misc/cgo/test/callback_c.c b/libgo/misc/cgo/test/callback_c.c index ee9397cb4964..8921b7306c6b 100644 --- a/libgo/misc/cgo/test/callback_c.c +++ b/libgo/misc/cgo/test/callback_c.c @@ -32,7 +32,6 @@ IntoC(void) } #ifdef WIN32 -#define WIN32_LEAN_AND_MEAN #include long long mysleep(int seconds) {