Parcourir la source

Raise system requirement on Windows to Vista/2008

We need the newer versions of Windows to get access to better
thread primitives.
tags/v1.6.90
Pierre Ossman il y a 8 ans
Parent
révision
1cc323df53
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      CMakeLists.txt

+ 2
- 2
CMakeLists.txt Voir le fichier

set(BUILD_WINVNC 1) set(BUILD_WINVNC 1)
endif() endif()


# Minimum version is Windows XP SP2 (5.2)
# Minimum version is Windows Vista/2008 (6.0)
if(WIN32) if(WIN32)
add_definitions(-D_WIN32_IE=0x0502 -D_WIN32_WINNT=0x0502)
add_definitions(-D_WIN32_WINNT=0x0600)
endif() endif()


if(CMAKE_SIZEOF_VOID_P MATCHES 8) if(CMAKE_SIZEOF_VOID_P MATCHES 8)

Chargement…
Annuler
Enregistrer