diff options
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r-- | src/common/mmo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h index 8d5071cc2..75b741697 100644 --- a/src/common/mmo.h +++ b/src/common/mmo.h @@ -503,8 +503,6 @@ enum { #define strnicmp strncasecmp #endif #else - #define snprintf _snprintf - #define vsnprintf _vsnprintf #ifndef strncmpi #define strncmpi strnicmp #endif |