buid: replace NIH SYSAPI_WIN32 with Q_OS_WIN
This commit is contained in:
committed by
Chris Rizzitello
parent
fce1a37e97
commit
f2a54f4af0
@ -103,7 +103,7 @@ set(REQUIRED_LIBPORTAL_VERSION 0.9.1)
|
||||
set(REQUIRED_QT_VERSION 6.7.0)
|
||||
|
||||
if (WIN32)
|
||||
add_definitions(-DSYSAPI_WIN32 -DWINAPI_MSWINDOWS)
|
||||
add_definitions(-DWINAPI_MSWINDOWS)
|
||||
# VSCMD_ARG_TGT_ARCH is set on CI
|
||||
if ("$ENV{VSCMD_ARG_TGT_ARCH}" STREQUAL "")
|
||||
# NOT on CI
|
||||
|
||||
Reference in New Issue
Block a user