Commit 9e17ce2e authored by unknown's avatar unknown

Merge from 5.2.

parents ca9b1fb4 31388f04
...@@ -249,8 +249,7 @@ extern ulonglong strtoull(const char *str, char **ptr, int base); ...@@ -249,8 +249,7 @@ extern ulonglong strtoull(const char *str, char **ptr, int base);
extern size_t my_vsnprintf(char *str, size_t n, extern size_t my_vsnprintf(char *str, size_t n,
const char *format, va_list ap); const char *format, va_list ap);
extern size_t my_snprintf(char *to, size_t n, const char *fmt, ...) extern size_t my_snprintf(char *to, size_t n, const char *fmt, ...);
ATTRIBUTE_FORMAT(printf, 3, 4);
#if defined(__cplusplus) #if defined(__cplusplus)
} }
......
...@@ -33,7 +33,7 @@ IF(MSVC_VERSION EQUAL 1400) ...@@ -33,7 +33,7 @@ IF(MSVC_VERSION EQUAL 1400)
ELSEIF(MSVC_VERSION EQUAL 1500) ELSEIF(MSVC_VERSION EQUAL 1500)
SET(WIX35_MSVC_SUFFIX "_2008") SET(WIX35_MSVC_SUFFIX "_2008")
SET(WIX36_MSVC_SUFFIX "VS2008") SET(WIX36_MSVC_SUFFIX "VS2008")
ELSEIF(MSVC_VERSION EQUAL 1600) ELSEIF(MSVC_VERSION EQUAL 1600 OR MSVC_VERSION EQUAL 1700 )
SET(WIX35_MSVC_SUFFIX "_2010") SET(WIX35_MSVC_SUFFIX "_2010")
SET(WIX36_MSVC_SUFFIX "VS2010") SET(WIX36_MSVC_SUFFIX "VS2010")
ELSE() ELSE()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment