• Home
  • Raw
  • Download

Lines Matching +full:is +full:- +full:windows

12  * This software is licensed as described in the file COPYING, which
17 * copies of the Software, and permit persons to whom the Software is
20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
23 * SPDX-License-Identifier: curl
28 /* ---------------------------------------------------------------- */
29 /* Watt-32 TCP/IP SPECIFIC */
30 /* ---------------------------------------------------------------- */
41 /* ---------------------------------------------------------------- */
42 /* BSD-style lwIP TCP/IP stack SPECIFIC */
43 /* ---------------------------------------------------------------- */
45 /* Define to use BSD-style lwIP TCP/IP stack. */
65 * Include header files for windows builds before redefining anything.
66 * Use this preprocessor block only to include or exclude windows.h,
67 * winsock2.h or ws2tcpip.h. Any other windows thing belongs
70 * never be included when __CYGWIN__ is defined.
75 # error "UNICODE is defined but _UNICODE is not defined"
78 # error "_UNICODE is defined but UNICODE is not defined"
81 * Don't include unneeded stuff in Windows headers to avoid compiler
83 * Make sure to define this macro before including any Windows headers.
93 # include <windows.h>
102 * Define _WIN32_WINNT_[OS] symbols because not all Windows build systems have
108 #define _WIN32_WINNT_NT4 0x0400 /* Windows NT 4.0 */
111 #define _WIN32_WINNT_WIN2K 0x0500 /* Windows 2000 */
114 #define _WIN32_WINNT_WINXP 0x0501 /* Windows XP */
117 #define _WIN32_WINNT_WS03 0x0502 /* Windows Server 2003 */
120 #define _WIN32_WINNT_VISTA 0x0600 /* Windows Vista */
123 #define _WIN32_WINNT_WS08 0x0600 /* Windows Server 2008 */
126 #define _WIN32_WINNT_WIN7 0x0601 /* Windows 7 */
129 #define _WIN32_WINNT_WIN8 0x0602 /* Windows 8 */
132 #define _WIN32_WINNT_WINBLUE 0x0603 /* Windows 8.1 */
135 #define _WIN32_WINNT_WIN10 0x0A00 /* Windows 10 */