diff options
-rw-r--r-- | Changelog-Trunk.txt | 1 | ||||
-rw-r--r-- | src/common/cbasetypes.h | 1 |
2 files changed, 1 insertions, 1 deletions
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 |