aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/common/Common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/Common.h b/src/common/Common.h
index 3963b99fa40..ef1eca9de2f 100644
--- a/src/common/Common.h
+++ b/src/common/Common.h
@@ -42,9 +42,7 @@
#if TRINITY_COMPILER == TRINITY_COMPILER_MICROSOFT
-#define snprintf _snprintf
#define atoll _atoi64
-#define vsnprintf _vsnprintf
#define llabs _abs64
#else