diff src/s/windowsnt.h @ 355:182f72e8cd0d r21-1-7

Import from CVS: tag r21-1-7
author cvs
date Mon, 13 Aug 2007 10:56:21 +0200
parents 70ad99077275
children 8e84bee8ddd0
line wrap: on
line diff
--- a/src/s/windowsnt.h	Mon Aug 13 10:55:35 2007 +0200
+++ b/src/s/windowsnt.h	Mon Aug 13 10:56:21 2007 +0200
@@ -370,3 +370,10 @@
 #pragma data_seg("xdata")
 #pragma bss_seg("xdata")
 #endif
+
+#ifdef HAVE_SCROLLBARS
+/* Ensure the NT 4 mouse definitions in winuser.h are available */
+ #ifndef _WIN32_WINNT
+  #define _WIN32_WINNT 0x0400
+ #endif
+#endif