summaryrefslogtreecommitdiff
path: root/documentation/src/editor.dox
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src/editor.dox')
-rw-r--r--documentation/src/editor.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/editor.dox b/documentation/src/editor.dox
index 903827348..24e13ceb0 100644
--- a/documentation/src/editor.dox
+++ b/documentation/src/editor.dox
@@ -543,7 +543,7 @@ void set_title(Fl_Window* w) {
else {
char *slash;
slash = strrchr(filename, '/');
-#ifdef WIN32
+#ifdef _WIN32
if (slash == NULL) slash = strrchr(filename, '\\');
#endif
if (slash != NULL) strcpy(title, slash + 1);