Browse Source

SDL_config_windows.h: fixed misplaced #endif

was introduced by commit 8d6fda48103caf25288f0ba67364851c7472ef09
Ozkan Sezer 2 years ago
parent
commit
7767e0c5f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/SDL_config_windows.h

+ 1 - 1
include/SDL_config_windows.h

@@ -100,6 +100,7 @@ typedef unsigned int uintptr_t;
 #endif
 #if defined(WDK_NTDDI_VERSION) && WDK_NTDDI_VERSION > 0x0A000008 /* 10.0.19041.0 */
 #define HAVE_D3D12_H 1
+#endif
 #if defined(_WIN32_MAXVER) && _WIN32_MAXVER >= 0x0603  /* Windows 8.1 SDK */
 #define HAVE_SHELLSCALINGAPI_H 1
 #endif
@@ -107,7 +108,6 @@ typedef unsigned int uintptr_t;
 #define HAVE_AUDIOCLIENT_H 1
 #define HAVE_TPCSHRD_H 1
 #define HAVE_SENSORSAPI_H 1
-#endif
 #if (defined(_M_IX86) || defined(_M_X64) || defined(_M_AMD64)) && (defined(_MSC_VER) && _MSC_VER >= 1600)
 #define HAVE_IMMINTRIN_H 1
 #elif defined(__has_include) && (defined(__i386__) || defined(__x86_64))