1
0
Fork 0
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:
xtkoba 2021-05-05 07:45:23 +09:00 committed by Peter Zhu
parent 46dd295a53
commit 44cff500a0
Notes: git 2021-05-05 09:38:44 +09:00

View file

@ -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