summaryrefslogtreecommitdiff
path: root/rts/PathUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'rts/PathUtils.h')
-rw-r--r--rts/PathUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/PathUtils.h b/rts/PathUtils.h
index 152606a7b0..0b35b214e0 100644
--- a/rts/PathUtils.h
+++ b/rts/PathUtils.h
@@ -14,7 +14,7 @@
#if defined(mingw32_HOST_OS)
#define pathcmp wcscmp
#define pathlen wcslen
-#define pathopen _wfopen
+#define pathopen __rts_fwopen
#define pathstat _wstat
#define struct_stat struct _stat
#define open wopen