diff options
Diffstat (limited to 'jim-win32compat.h')
-rw-r--r-- | jim-win32compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jim-win32compat.h b/jim-win32compat.h index 371f7bd..9cd35a3 100644 --- a/jim-win32compat.h +++ b/jim-win32compat.h @@ -49,7 +49,6 @@ char *dlerror(void); #define JIM_WIDE_MODIFIER "I64d" #define strcasecmp _stricmp #define strtoull _strtoui64 -#define snprintf _snprintf #include <io.h> |