diff options
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/file.cpp b/src/file.cpp index 12b8fe0da..97c61298b 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -82,7 +82,7 @@ using Inkscape::IO::Resource::USER; #include "extension/dbus/dbus-init.h" #endif -#ifdef WIN32 +#ifdef _WIN32 #include <windows.h> #endif @@ -467,7 +467,7 @@ sp_file_open_dialog(Gtk::Window &parentWindow, gpointer /*object*/, gpointer /*d (GFileTest)(G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR))) open_path = ""; -#ifdef WIN32 +#ifdef _WIN32 //# If no open path, default to our win32 documents folder if (open_path.empty()) { |
