Revert "Remove obsolete MSVC check from pragma guard"

This reverts commit 24fd7039a1.
This commit is contained in:
Peter Dimov
2014-06-03 02:25:09 +03:00
parent cca5aa5395
commit 513929ae73

View File

@ -9,7 +9,7 @@
// MS compatible compilers support #pragma once
#if defined(_MSC_VER)
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif