| 9 | | #if defined(WIN32) || defined(_WIN64) || defined(_WIN32_WCE) || defined(__CYGWIN__) |
| 10 | | //#define _WIN32_IE 0x0550 // mlang.dll |
| 11 | | //#define _WIN32_WINNT 0x0400 |
| 12 | | //#define WINVER 0x0400 // Windows 95 |
| 13 | | //#define STRICT |
| 14 | | #include <windows.h> |
| 15 | | #include <wininet.h> |
| 16 | | #define AU_WINDOWS |
| 17 | | #define AU_CHAR_ TCHAR |
| | 10 | #if (defined(WIN32) || defined(_WIN64) || defined(_WIN32_WCE)) && !defined(__CYGWIN__) |
| | 11 | //#define _WIN32_IE 0x0550 // mlang.dll |
| | 12 | //#define _WIN32_WINNT 0x0400 |
| | 13 | //#define WINVER 0x0400 // Windows 95 |
| | 14 | //#define STRICT |
| | 15 | #include <windows.h> |
| | 16 | #include <wininet.h> |
| | 17 | #define AU_WINDOWS |
| | 18 | #define AU_CHAR_ TCHAR |