< should be <=

This commit is contained in:
chalonverse
2022-06-07 16:31:27 -07:00
committed by Sam Lantinga
parent 7a335df9cf
commit e8d89ce28f
2 changed files with 2 additions and 2 deletions

View File

@@ -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],[])