mirror of https://github.com/bsnes-emu/bsnes.git
Just remove all WIN* defines from here
This commit is contained in:
parent
e8105c46a7
commit
aeb423ce3b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue