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;