summaryrefslogtreecommitdiffhomepage
path: root/Stars45/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/Types.h')
-rw-r--r--Stars45/Types.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/Stars45/Types.h b/Stars45/Types.h
index cec7fae..edd2f16 100644
--- a/Stars45/Types.h
+++ b/Stars45/Types.h
@@ -49,9 +49,9 @@
#undef WINVER
#undef _WIN32_WINDOWS
#undef _WIN32_WINNT
-#define WINVER 0x0500
-#define _WIN32_WINDOWS 0x0410
-#define _WIN32_WINNT 0x0500
+#define WINVER 0x0500
+#define _WIN32_WINDOWS 0x0410
+#define _WIN32_WINNT 0x0500
//#if !defined(HMONITOR_DECLARED)
// #define HMONITOR_DECLARED
@@ -61,15 +61,15 @@
#include <windows.h>
#include <windowsx.h>
#include <assert.h>
-#include <math.h>
-#include <limits.h>
+#include <math.h>
+#include <limits.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
-// Enable extra D3D debugging in debug builds if using the debug DirectX runtime.
-// This makes D3D objects work well in the debugger watch window, but slows down
+// Enable extra D3D debugging in debug builds if using the debug DirectX runtime.
+// This makes D3D objects work well in the debugger watch window, but slows down
// performance slightly.
#if defined(DEBUG) | defined(_DEBUG)
#define D3D_DEBUG_INFO