mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-14 04:00:31 +01:00
Merge branch 'win2k' into 'master'
win32: Fix MSVC build with dwrite disabled See merge request cairo/cairo!618
This commit is contained in:
commit
8e9b856488
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@ if host_machine.system() == 'windows'
|
|||
|
||||
add_project_arguments('-DWINVER=_WIN32_WINNT_WIN10', '-D_WIN32_WINNT=_WIN32_WINNT_WIN10', '-DNTDDI_VERSION=NTDDI_WIN10_RS3', language: ['c', 'cpp'])
|
||||
else
|
||||
add_project_arguments('-DWINVER=_WIN32_WINNT_WIN2K', '-D_WIN32_WINNT=_WIN32_WINNT_WIN2K', language: ['c', 'cpp'])
|
||||
add_project_arguments('-DWINVER=_WIN32_WINNT_VISTA', '-D_WIN32_WINNT=_WIN32_WINNT_VISTA', language: ['c', 'cpp'])
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue