From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- Stars45/Types.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Stars45/Types.h') 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 #include #include -#include -#include +#include +#include #include #include #include -// 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 -- cgit v1.1