From: kunglao@prairienet.org
Subject: Windows32/Defines.h
31 Mar 1997 22:31:06 -0800
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <199704010224.UAA23918.cygnus.gnu-win32@bluestem.prairienet.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7BIT
Comments: Authenticated sender is <kunglao@prairienet.org>
Original-To: gnu-win32@cygnus.com
X-mailer: Pegasus Mail for Win32 (v2.53/R1)
Original-Sender: owner-gnu-win32@cygnus.com


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