summaryrefslogtreecommitdiff
path: root/onlineupdate/source/update/src/mar.h
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/source/update/src/mar.h')
-rw-r--r--onlineupdate/source/update/src/mar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/source/update/src/mar.h b/onlineupdate/source/update/src/mar.h
index 31cc3934e395..0e21efb920a5 100644
--- a/onlineupdate/source/update/src/mar.h
+++ b/onlineupdate/source/update/src/mar.h
@@ -69,7 +69,7 @@ typedef int (* MarItemCallback)(MarFile *mar, const MarItem *item, void *data);
*/
MarFile *mar_open(const char *path);
-#ifdef WNT
+#ifdef _WIN32
MarFile *mar_wopen(const wchar_t *path);
#endif