diff options
-rw-r--r-- | common/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/stdafx.h b/common/stdafx.h index edfd1e5dc2..3a9e0b88cb 100644 --- a/common/stdafx.h +++ b/common/stdafx.h @@ -52,6 +52,8 @@ // FIXME: 4702 & 4706 - may be enabled #pragma warning( disable : 4702 ) // turn off "unreachable code" warning #pragma warning( disable : 4706 ) // turn off "assignment within conditional expression" warning + +#define vsnprintf _vsnprintf #endif #if !defined(_WIN32_WCE) |