Commit 9b279deb authored by Alexandre Julliard's avatar Alexandre Julliard

include: Fix the NE exe type defines.

parent 4e1a4ecc
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment