diff options
author | Ian Lance Taylor <iant@golang.org> | 2023-03-05 20:00:46 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2023-03-05 20:01:56 -0800 |
commit | c5e77e98af16d5a28a01f18d096665fd3d388994 (patch) | |
tree | f3164d8347f6d056a28bcad96f803c7ca0cc91d5 /libgo | |
parent | fa9fd689307b465aad4420f73b453198a9ac4afd (diff) | |
download | gcc-c5e77e98af16d5a28a01f18d096665fd3d388994.zip gcc-c5e77e98af16d5a28a01f18d096665fd3d388994.tar.gz gcc-c5e77e98af16d5a28a01f18d096665fd3d388994.tar.bz2 |
libgo: revert incorrectly committed change
This directory should be changed upstream, not in the GCC repo.
Diffstat (limited to 'libgo')
-rw-r--r-- | libgo/misc/cgo/test/callback_c.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/misc/cgo/test/callback_c.c b/libgo/misc/cgo/test/callback_c.c index ee9397c..8921b73 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 <windows.h> long long mysleep(int seconds) { |