summaryrefslogtreecommitdiffstats
path: root/src/ui/contextmenu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/contextmenu.cpp')
-rw-r--r--src/ui/contextmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/contextmenu.cpp b/src/ui/contextmenu.cpp
index 361a68f93..a3e9e9e78 100644
--- a/src/ui/contextmenu.cpp
+++ b/src/ui/contextmenu.cpp
@@ -753,7 +753,7 @@ void ContextMenu::ImageEdit()
Glib::ustring name;
Glib::ustring fullname;
-#ifdef WIN32
+#ifdef _WIN32
// g_spawn_command_line_sync parsing is done according to Unix shell rules,
// not Windows command interpreter rules. Thus we need to enclose the
// executable path with single quotes.