summaryrefslogtreecommitdiff
path: root/windows/JackCompilerDeps_os.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/JackCompilerDeps_os.h')
-rw-r--r--windows/JackCompilerDeps_os.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/JackCompilerDeps_os.h b/windows/JackCompilerDeps_os.h
index 0ca76b15..643856b2 100644
--- a/windows/JackCompilerDeps_os.h
+++ b/windows/JackCompilerDeps_os.h
@@ -40,7 +40,9 @@
#endif
#if defined(_MSC_VER) /* Added by JE - 31-01-2012 */
+#define vsnprintf _vsnprintf
#define snprintf _snprintf
+#define strdup _strdup
#endif
#endif