_MSC_VER
may not be defined
This commit is contained in:
parent
46dd295a53
commit
44cff500a0
Notes:
git
2021-05-05 09:38:44 +09:00
@ -42,7 +42,7 @@
|
||||
#include <shlobj.h>
|
||||
#include <mbstring.h>
|
||||
#include <shlwapi.h>
|
||||
#if _MSC_VER >= 1400
|
||||
#if defined _MSC_VER && _MSC_VER >= 1400
|
||||
#include <crtdbg.h>
|
||||
#include <rtcapi.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user