Réduire
Brouillon
0
31/05/2013
0

1> WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)

Mots-clés:
Microsoft Visual C++

Définir le preprocessor WINVER selon la version de Windows:
Windows Server 2003

_WIN32_WINNT>=0x0502

WINVER>=0x0502

Windows XP

_WIN32_WINNT>=0x0501 

WINVER>=0x0501

Windows 2000

_WIN32_WINNT>=0x0500 
WINVER>=0x0500

Windows NT 4.0

_WIN32_WINNT>=0x0400 
WINVER>=0x0400

Windows Me

_WIN32_WINDOWS=0x0500 
WINVER>=0x0500

Windows 98

_WIN32_WINDOWS>=0x0410 
WINVER>=0x0410

Windows 95

_WIN32_WINDOWS>=0x0400 
WINVER>=0x0400