summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/lib/scudo/standalone/win_defs.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/compiler-rt/lib/scudo/standalone/win_defs.h b/compiler-rt/lib/scudo/standalone/win_defs.h
index 63dd93c71648..10a2cf1972ba 100644
--- a/compiler-rt/lib/scudo/standalone/win_defs.h
+++ b/compiler-rt/lib/scudo/standalone/win_defs.h
@@ -15,13 +15,13 @@
#include "platform.h"
#if SCUDO_WINDOWS
-#ifndef WINAPI
-#if defined(_M_IX86) || defined(__i386__)
-#define WINAPI __stdcall
-#else
-#define WINAPI
-#endif
-#endif
+//#ifndef WINAPI
+//#if defined(_M_IX86) || defined(__i386__)
+//#define WINAPI __stdcall
+//#else
+//#define WINAPI
+//#endif
+//#endif
#if defined(_M_IX86) || defined(__i386__)
#define WIN_SYM_PREFIX "_"