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 ee9397c..8921b73 100644 (file)
@@ -32,7 +32,6 @@ IntoC(void)
 }
 
 #ifdef WIN32
-#define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 long long
 mysleep(int seconds) {