mirror of
https://github.com/curl/curl.git
synced 2026-08-25 22:23:53 +03:00
tidy-up: casing typos, delete unused Windows version aliases
- cmake: fix casing of `UnixSockets` to match the rest of the codebase. - curl-compilers.m4: fix casing in a comment. - setup-win32: delete unused Windows version constant aliases. Reviewed-by: Marcel Raad Closes #12351
This commit is contained in:
parent
7f33848c98
commit
ab50027ddf
3 changed files with 2 additions and 11 deletions
|
|
@ -96,18 +96,12 @@
|
|||
#ifndef _WIN32_WINNT_WS03
|
||||
#define _WIN32_WINNT_WS03 0x0502 /* Windows Server 2003 */
|
||||
#endif
|
||||
#ifndef _WIN32_WINNT_WIN6
|
||||
#define _WIN32_WINNT_WIN6 0x0600 /* Windows Vista */
|
||||
#endif
|
||||
#ifndef _WIN32_WINNT_VISTA
|
||||
#define _WIN32_WINNT_VISTA 0x0600 /* Windows Vista */
|
||||
#endif
|
||||
#ifndef _WIN32_WINNT_WS08
|
||||
#define _WIN32_WINNT_WS08 0x0600 /* Windows Server 2008 */
|
||||
#endif
|
||||
#ifndef _WIN32_WINNT_LONGHORN
|
||||
#define _WIN32_WINNT_LONGHORN 0x0600 /* Windows Vista */
|
||||
#endif
|
||||
#ifndef _WIN32_WINNT_WIN7
|
||||
#define _WIN32_WINNT_WIN7 0x0601 /* Windows 7 */
|
||||
#endif
|
||||
|
|
@ -117,9 +111,6 @@
|
|||
#ifndef _WIN32_WINNT_WINBLUE
|
||||
#define _WIN32_WINNT_WINBLUE 0x0603 /* Windows 8.1 */
|
||||
#endif
|
||||
#ifndef _WIN32_WINNT_WINTHRESHOLD
|
||||
#define _WIN32_WINNT_WINTHRESHOLD 0x0A00 /* Windows 10 */
|
||||
#endif
|
||||
#ifndef _WIN32_WINNT_WIN10
|
||||
#define _WIN32_WINNT_WIN10 0x0A00 /* Windows 10 */
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue