|
libfilezilla
|
1 #ifndef LIBFILEZILLA_GLUE_WINDOWS_HEADER
2 #define LIBFILEZILLA_GLUE_WINDOWS_HEADER
4 #include "../private/defs.hpp"
7 #error "You included a file you should not include"
10 #ifndef WIN32_LEAN_AND_MEAN
11 #define WIN32_LEAN_AND_MEAN
21 #define _WIN32_IE 0x0900
22 #elif _WIN32_IE <= 0x0900
24 #define _WIN32_IE 0x0900
29 #define _WIN32_WINNT 0x0601
30 #elif _WIN32_WINNT < 0x0601
32 #define _WIN32_WINNT 0x0601