From 2b6eceb685dd222e0b84defa0f2c415c4adefd43 Mon Sep 17 00:00:00 2001 From: ultramage Date: Sat, 19 May 2007 08:05:02 +0000 Subject: Removed the vsnprintf->_vsnprintf define for VS9. Ea compiles even without it (vs6, vs7, vs8). In VS9 this and similar functions were replaced by templates that instantiate using the output array's length. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10574 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 1 + src/common/cbasetypes.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 65bb32592..3c090e181 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2007/05/19 + * Removed the vsnprintf->_vsnprintf define for VS9 [ultramage] * Corrected the problem with countitem2 [ultramage] 2007/05/14 * Updated sql files [Toms] diff --git a/src/common/cbasetypes.h b/src/common/cbasetypes.h index 468c0c8d0..56bbb3235 100644 --- a/src/common/cbasetypes.h +++ b/src/common/cbasetypes.h @@ -185,7 +185,6 @@ typedef unsigned long long uint64; #define strncasecmp strnicmp #define strncmpi strnicmp #define snprintf _snprintf -#define vsnprintf _vsnprintf #else #define strcmpi strcasecmp #define stricmp strcasecmp -- cgit v1.2.3-70-g09d2