Fix rule for MSVC

This commit is contained in:
twinaphex 2017-01-31 03:40:31 +01:00
parent 78b31955aa
commit ccf1f35f39

View File

@ -1,4 +1,4 @@
#if defined(_WIN32) && defined(_MSC_FIRST) && !defined(_XBOX)
#if defined(_WIN32) && defined(_MSC_VER) && !defined(_XBOX)

#endif