diff options
-rw-r--r-- | common/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/stdafx.h b/common/stdafx.h index 706d9f2047..cb5d884a48 100644 --- a/common/stdafx.h +++ b/common/stdafx.h @@ -35,7 +35,7 @@ #elif defined(WIN32) -#if _MSC_VER +#ifdef _MSC_VER #pragma once #pragma warning( disable : 4068 ) // turn off "unknown pragma" warning #pragma warning( disable : 4244 ) // turn off "conversion type" warning |