mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
_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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue