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 --- src/common/cbasetypes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/cbasetypes.h') 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-60-g2f50