Windows32/Defines.h

kunglao@prairienet.org kunglao@prairienet.org
Mon Mar 31 19:12:00 GMT 1997


I was trying a call to then Win32 GetVersionEx() function and found 
that this header file is missing the #define for a Win95 system.  

It has:
/* OSVERSIONINFO structure */
#define VER_PLATFORM_WIN32s     (0)
#define VER_PLATFORM_WIN32_NT   (2)

Just an oversight?  Might as well include this before the 
"upcoming" beta18. I just took a wild guess at what the Win95 #define 
would be, and came up with this:
#define VER_PLATFORM_WIN32_WINDOWS (1)

:)
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list