commit | 180a088beb83f83451279028e0dc9c3a6edfefaf | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Apr 18 11:58:24 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Apr 18 11:58:24 2000 +0000 |
tree | a49d42988f4a3fa8f17b2d0488cffba4e9febb26 | |
parent | 4bdf4af11ec1f51d3cc79ccf097c4f473aae4eaf [diff] [blame] |
Moved PE header definitions to winnt.h where they belong.
diff --git a/loader/module.c b/loader/module.c index 3221a8c..22150ef 100644 --- a/loader/module.c +++ b/loader/module.c
@@ -575,7 +575,7 @@ && ReadFile( hfile, &ne, sizeof(ne), &len, NULL ) && len == sizeof(ne) ) { - switch ( ne.operating_system ) + switch ( ne.ne_exetyp ) { case 2: *lpBinaryType = SCS_WOW_BINARY; return TRUE; case 5: *lpBinaryType = SCS_DOS_BINARY; return TRUE;