Alexandre Julliard : include: Fix the NE exe type defines.

Alexandre Julliard julliard at winehq.org
Mon Aug 17 11:23:43 CDT 2009


Module: wine
Branch: master
Commit: 9b279deb5849806007e2a8cdce1062a8e1fb7367
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9b279deb5849806007e2a8cdce1062a8e1fb7367

Author: Alexandre Julliard <julliard at 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




More information about the wine-cvs mailing list