Explorar el Código

< should be <=

chalonverse hace 3 años
padre
commit
e8d89ce28f
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      configure
  2. 1 1
      configure.ac

+ 1 - 1
configure

@@ -25090,7 +25090,7 @@ $as_echo_n "checking for d3d12 Windows SDK version... " >&6; }
 
 #include <winsdkver.h>
 #include <sdkddkver.h>
-#if WDK_NTDDI_VERSION < 0x0A000008
+#if WDK_NTDDI_VERSION <= 0x0A000008
 asdf
 #endif
 

+ 1 - 1
configure.ac

@@ -3268,7 +3268,7 @@ CheckDIRECTX()
         AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
 #include <winsdkver.h>
 #include <sdkddkver.h>
-#if WDK_NTDDI_VERSION < 0x0A000008
+#if WDK_NTDDI_VERSION <= 0x0A000008
 asdf
 #endif
             ]],[])], [have_d3d12=yes],[])