SDL: SDL_config_windows.h: fixed misplaced #endif

From 7767e0c5f90a3f9fdfd1843f4ed369b6c423459e Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Wed, 23 Nov 2022 08:47:14 +0300
Subject: [PATCH] SDL_config_windows.h: fixed misplaced #endif

was introduced by commit 8d6fda48103caf25288f0ba67364851c7472ef09
---
 include/SDL_config_windows.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL_config_windows.h b/include/SDL_config_windows.h
index 76aefc8df803..97e7ac82b096 100644
--- a/include/SDL_config_windows.h
+++ b/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))