Just remove all WIN* defines from here

This commit is contained in:
Morilli 2021-07-28 04:19:31 +02:00
parent e8105c46a7
commit aeb423ce3b
1 changed files with 1 additions and 9 deletions

View File

@ -5,20 +5,12 @@
#define interface WindowsInterface
#undef UNICODE
#undef WINVER
#undef WIN32_LEAN_AND_LEAN
#undef _WIN32_WINNT
#undef _WIN32_IE
#undef __MSVCRT_VERSION__
#undef WIN32_LEAN_AND_MEAN
#undef NOMINMAX
#undef PATH_MAX
#define UNICODE
#define WINVER 0x0601
#define WIN32_LEAN_AND_MEAN
#define _WIN32_WINNT WINVER
#define _WIN32_IE WINVER
#define __MSVCRT_VERSION__ WINVER
#define NOMINMAX
#define PATH_MAX 260