mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Windows XP is the minimum supported platform.
This commit is contained in:
parent
71f044751f
commit
9c37384d3b
@ -197,7 +197,8 @@ if(WIN32)
|
||||
dbghelp
|
||||
)
|
||||
|
||||
add_definitions(-D_WIN32_WINNT=0x0500)
|
||||
# Windows XP is the minimum supported platform.
|
||||
add_definitions(-D_WIN32_WINNT=0x0501 -DWINVER=0x0501)
|
||||
|
||||
endif(WIN32)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user