summaryrefslogtreecommitdiff
path: root/runtime/libprofile
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/libprofile')
-rw-r--r--runtime/libprofile/GCDAProfiling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/libprofile/GCDAProfiling.c b/runtime/libprofile/GCDAProfiling.c
index ac3a62c79f..4ffb12b15e 100644
--- a/runtime/libprofile/GCDAProfiling.c
+++ b/runtime/libprofile/GCDAProfiling.c
@@ -26,7 +26,7 @@
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
-#ifdef _MSC_VER
+#ifdef _WIN32
#include <direct.h>
#endif