Searched refs:WINVER (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebKitPrefix.h33 #ifndef WINVER
34 #define WINVER 0x0502 macro
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DLLX/
H A Dstdafx.h36 #ifndef WINVER // Allow use of features specific to Windows XP or later.
38 #define WINVER 0x0501 // Change this to the appropriate value to target other versions of Windows. macro
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/DNSServiceBrowser/Windows/Sources/
H A DStdAfx.h27 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
28 #define WINVER 0x0400 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later. macro
/macosx-10.10.1/WTF-7600.1.24/
H A Dconfig.h39 #ifndef WINVER
41 #define WINVER 0x0600 macro
43 #define WINVER 0x0502 macro
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A Dconfig.h38 #ifndef WINVER
39 #define WINVER 0x0502 macro
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A Dstdafx.h26 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
27 #define WINVER 0x0400 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later. macro
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A Dstdafx.h26 #ifndef WINVER // Allow use of features specific to Windows 95 and Windows NT 4 or later.
27 #define WINVER 0x0400 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later. macro
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWin.h23 * WINVER = 0x0410 means Windows 98 and above
26 #ifndef WINVER
27 #define WINVER 0x0410 macro
H A DttkWinXPTheme.c26 #define WINVER 0x0501 /* Requires Windows XP APIs */ macro
H A DtkWinDialog.c15 #define WINVER 0x0500 /* Requires Windows 2K definitions */ macro
H A DtkWinMenu.c16 #define WINVER 0x0500 /* Requires Windows 2K definitions */ macro
/macosx-10.10.1/vim-55/src/
H A DMake_cyg.mak50 # WINVER Lowest Win32 version to support. (0x0400)
86 ifndef WINVER
87 WINVER = 0x0400 macro
108 -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER)
H A DMake_bc5.mak85 # WINVER 0x0400 or 0x0500: minimum Win32 version to support (0x0400)
250 ### Set the default $(WINVER) to make it work with Bcc 5.5.
251 !ifndef WINVER
252 WINVER = 0x0400 macro
307 -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER)
H A DMake_ming.mak51 # Set the default $(WINVER) to make it work with pre-Win2k
52 WINVER = 0x0400 macro
284 DEFINES=-DWIN32 -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER) \
H A DMake_mvc.mak96 # Version Support: WINVER=[0x0400, 0x0500] (default is 0x0400)
310 ### Set the default $(WINVER) to make it work with VC++7.0 (VS.NET)
312 !ifndef WINVER
313 WINVER = 0x0400 macro
324 $(DEFINES) -DWINVER=$(WINVER) -D_WIN32_WINNT=$(WINVER) \
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dconfig-win32.h528 # ifndef WINVER
529 # define WINVER VS2008_DEF_TARGET macro
531 # if (_WIN32_WINNT < VS2008_MIN_TARGET) || (WINVER < VS2008_MIN_TARGET)
542 # ifndef WINVER
543 # define WINVER 0x0500 macro
/macosx-10.10.1/libarchive-30/libarchive/
H A Dconfig.h.in656 #undef WINVER
H A DCMakeLists.txt62 SET(WINVER 0x0500 CACHE INTERNAL "Setting WINVER to 0x0500 for Windows 2000 APIs")
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-auto.h41 # define WINVER 0x0501 // target Windows XP and later macro
H A Dobjc-os.h251 # define WINVER 0x0501 // target Windows XP and later
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeTheme.c12 #define WINVER 0x0501 /* Cygwin */ macro
/macosx-10.10.1/curl-83.1.2/curl/
H A Dconfigure18070 int dummy=2*WINVER;
19586 int dummy=2*WINVER;
26842 int dummy=2*WINVER;
[all...]

Completed in 226 milliseconds