OSDN Git Service

2009-07-13 Vasiliy Fofanov <fofanov@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / mingw32.h
index 2c52920..2ad4d36 100644 (file)
@@ -61,6 +61,9 @@
 #define UNICODE  /* For Win32 API */
 #endif
 
+/* We need functionality available only starting with Windows XP */
+#define _WIN32_WINNT 0x0501
+
 #include <tchar.h>
 #include <windows.h>