summaryrefslogtreecommitdiff
path: root/missing/nt.h
diff options
context:
space:
mode:
Diffstat (limited to 'missing/nt.h')
-rw-r--r--missing/nt.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/missing/nt.h b/missing/nt.h
index b52cc4346c..5977a59a1d 100644
--- a/missing/nt.h
+++ b/missing/nt.h
@@ -18,7 +18,7 @@
// Define the following so we don't get tons of extra stuff
// when we include windows.h
//
-#if 0
+#if 0
#define NOGDICAPMASKS
#define NOVIRTUALKEYCODES
#define NOWINMESSAGES
@@ -57,16 +57,16 @@
#define NOHELP
#define NOPROFILER
#define NODEFERWINDOWPOS
-#endif
+#endif
//
// Ok now we can include the normal include files.
//
-// #include <stdarg.h> conflict with varargs.h?
-// There is function-name conflitct, so we rename it
+// #include <stdarg.h> conflict with varargs.h?
+// There is function-name conflitct, so we rename it
#if !defined(IN) && !defined(FLOAT)
-#define OpenFile WINAPI_OpenFile
+#define OpenFile WINAPI_OpenFile
#include <windows.h>
#include <winsock.h>
#undef OpenFile