summaryrefslogtreecommitdiff
path: root/jim-win32compat.h
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2016-10-02 09:21:09 +1000
committerSteve Bennett <steveb@workware.net.au>2016-10-02 09:27:09 +1000
commit3dddadf4e41cdd3c64a920c60991766ab7141650 (patch)
tree44b1636ab0042b27b4cb027be064beb70b074312 /jim-win32compat.h
parent611d037c786deddd2c54a6e5524bb68381d6caf0 (diff)
jim-win32compat.h: Use snprintf rather than _snprintf
Apparently snprintf exists now and _snprintf is not C99 compliant Reported-by: Evan Hunter <evan@ozhiker.com> Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'jim-win32compat.h')
-rw-r--r--jim-win32compat.h1
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>