]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - include/nc_mingw.h
ncurses 5.9 - patch 20140913
[ncurses.git] / include / nc_mingw.h
index 4fc921ee5ae8372f4aa044a2ad8a18c2eb402183..32470034df3448e819a22a817e8ad911d70584e7 100644 (file)
  *                                                                          *
  ****************************************************************************/
 
  *                                                                          *
  ****************************************************************************/
 
-/* $Id: nc_mingw.h,v 1.2 2010/08/07 18:42:26 tom Exp $ */
+/* $Id: nc_mingw.h,v 1.3 2010/09/25 22:16:12 juergen Exp $ */
 
 #ifndef NC_MINGW_H
 #define NC_MINGW_H 1
 
 
 #ifndef NC_MINGW_H
 #define NC_MINGW_H 1
 
-#define WINVER 0x0501
+#ifdef WINVER
+#  if WINVER < 0x0501
+#    error WINVER must at least be 0x0501
+#  endif  
+#else
+#  define WINVER 0x0501
+#endif
 #include <windows.h>
 
 #undef sleep
 #include <windows.h>
 
 #undef sleep