diff options
Diffstat (limited to 'gcc/ada/rtfinal.c')
-rw-r--r-- | gcc/ada/rtfinal.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/rtfinal.c b/gcc/ada/rtfinal.c index 543e3a2..2394651 100644 --- a/gcc/ada/rtfinal.c +++ b/gcc/ada/rtfinal.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 2014-2022, Free Software Foundation, Inc. * + * Copyright (C) 2014-2023, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -46,6 +46,7 @@ extern int __gnat_rt_init_count; /* see initialize.c */ #if defined (__MINGW32__) +#define WIN32_LEAN_AND_MEAN #include "mingw32.h" #include <windows.h> |