Procházet zdrojové kódy

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 před 8 roky
rodič
revize
1cc323df53
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      CMakeLists.txt

+ 2
- 2
CMakeLists.txt Zobrazit soubor

@@ -84,9 +84,9 @@ if(NOT DEFINED BUILD_WINVNC)
set(BUILD_WINVNC 1)
endif()

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

if(CMAKE_SIZEOF_VOID_P MATCHES 8)

Načítá se…
Zrušit
Uložit