mirror of https://github.com/encounter/SDL.git
< should be <=
This commit is contained in:
parent
7a335df9cf
commit
e8d89ce28f
|
@ -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
|
||||
|
||||
|
|
|
@ -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],[])
|
||||
|
|
Loading…
Reference in New Issue