]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/config/i386/enable-execute-stack-mingw32.c
Update copyright years.
[thirdparty/gcc.git] / libgcc / config / i386 / enable-execute-stack-mingw32.c
index 49d516e94468dd96723f0040154e510d721ad948..99006d97a4e190e47f9870eb1f2825297644d82f 100644 (file)
@@ -1,5 +1,5 @@
 /* Implement __enable_execute_stack for Windows32.
-   Copyright (C) 2011-2020 Free Software Foundation, Inc.
+   Copyright (C) 2011-2024 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -22,6 +22,7 @@
    see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    <http://www.gnu.org/licenses/>.  */
 
+#define WIN32_LEAN_AND_MEAN
 #include <windows.h>
 
 extern void __enable_execute_stack (void *);