diff options
Diffstat (limited to 'neon')
-rw-r--r-- | neon/configs/config.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/neon/configs/config.h b/neon/configs/config.h index b677e7ece95d..6f715e3aedd0 100644 --- a/neon/configs/config.h +++ b/neon/configs/config.h @@ -282,15 +282,13 @@ #endif /* Define to 1 if you have the `vsnprintf' function. */ -#if defined( UNX ) || (defined(_MSC_VER) && (_MSC_VER > 1400)) +#if defined( UNX ) || defined(_MSC_VER) #define HAVE_VSNPRINTF 1 #endif -#ifdef WIN32 -#if (defined(_MSC_VER) && (_MSC_VER < 1500)) || defined(__MINGW32__) +#ifdef __MINGW32__ #define vsnprintf _vsnprintf #endif -#endif /* Define to be location of localedir */ /* #undef LOCALEDIR */ |