include: Fix the NE exe type defines.

This commit is contained in:
Alexandre Julliard 2009-08-15 11:16:40 +02:00
parent 4e1a4ecc04
commit 9b279deb58

View file

@ -250,8 +250,9 @@ typedef struct {
/*
* NE Header OPERATING SYSTEM
*/
#define NE_OSFLAGS_UNKNOWN 0x01
#define NE_OSFLAGS_WINDOWS 0x04
#define NE_OSFLAGS_UNKNOWN 0x00
#define NE_OSFLAGS_OS2 0x01
#define NE_OSFLAGS_WINDOWS 0x02
/*
* NE Header ADDITIONAL FLAGS