mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 10:49:12 +00:00
check for shellscalingapi.h presence instead of WINVER >= 0x0603
This commit is contained in:
committed by
Sam Lantinga
parent
5f6d0abebe
commit
a8d41b3b45
@@ -3242,6 +3242,10 @@ CheckWINDOWS()
|
||||
if test x$have_roapi_h = xyes; then
|
||||
AC_DEFINE(HAVE_ROAPI_H, 1, [ ])
|
||||
fi
|
||||
AC_CHECK_HEADER(shellscalingapi.h,have_shellscalingapi_h=yes)
|
||||
if test x$shellscalingapi_h = xyes; then
|
||||
AC_DEFINE(HAVE_SHELLSCALINGAPI_H, 1, [ ])
|
||||
fi
|
||||
}
|
||||
|
||||
dnl Determine whether the compiler can produce OS/2 executables
|
||||
|
||||
Reference in New Issue
Block a user