Module: wine Branch: master Commit: 9b279deb5849806007e2a8cdce1062a8e1fb7367 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9b279deb5849806007e2a8cdce...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Aug 15 11:16:40 2009 +0200
include: Fix the NE exe type defines.
---
include/wine/winbase16.h | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/include/wine/winbase16.h b/include/wine/winbase16.h index 83c410c..680bb69 100644 --- a/include/wine/winbase16.h +++ b/include/wine/winbase16.h @@ -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