aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/rtinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/rtinit.c')
-rw-r--r--gcc/ada/rtinit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/rtinit.c b/gcc/ada/rtinit.c
index 1b351d3..f1607b3 100644
--- a/gcc/ada/rtinit.c
+++ b/gcc/ada/rtinit.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- *
@@ -70,6 +70,7 @@ int __gnat_rt_init_count = 0;
and finalize properly the run-time. */
#if defined (__MINGW32__)
+#define WIN32_LEAN_AND_MEAN
#include "mingw32.h"
#include <windows.h>