]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libgo: revert incorrectly committed change
authorIan Lance Taylor <iant@golang.org>
Mon, 6 Mar 2023 04:00:46 +0000 (20:00 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 6 Mar 2023 04:01:56 +0000 (20:01 -0800)
This directory should be changed upstream, not in the GCC repo.

libgo/misc/cgo/test/callback_c.c

index ee9397cb49647d453ba1b8f5de21f616f4bc79cb..8921b7306c6b148f13611ecaca6da4b47dcbfb98 100644 (file)
@@ -32,7 +32,6 @@ IntoC(void)
 }
 
 #ifdef WIN32
-#define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 long long
 mysleep(int seconds) {