summaryrefslogtreecommitdiff
path: root/goo/gfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'goo/gfile.h')
-rw-r--r--goo/gfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/goo/gfile.h b/goo/gfile.h
index 1365a9cf..a5a4fdf3 100644
--- a/goo/gfile.h
+++ b/goo/gfile.h
@@ -104,7 +104,7 @@ extern time_t getModTime(char *fileName);
// should be "w" or "wb". Returns true on success.
extern GBool openTempFile(GooString **name, FILE **f, const char *mode);
-#ifdef WIN32
+#ifdef _WIN32
// Convert a file name from Latin-1 to UTF-8.
extern GooString *fileNameToUTF8(char *path);