This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Windows32/Defines.h



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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]