Parcourir la source

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://svn.code.sf.net/p/rathena/svn/trunk@10574 54d463be-8e91-2dee-dedb-b68131a5f0ec

ultramage il y a 18 ans
Parent
commit
10ae1963d8
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 0
      Changelog-Trunk.txt
  2. 0 1
      src/common/cbasetypes.h

+ 1 - 0
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]

+ 0 - 1
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