Code

Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535
[inkscape.git] / src / dialogs / filedialog-win32.cpp
index 67e949d35113d5f5cbc0491636d4708af072b351..ca9ce5f6ca663e8a30816bb1db0899bc70f678e1 100644 (file)
@@ -25,11 +25,11 @@ namespace Dialogs
 /*#################################
 # U T I L I T Y
 #################################*/
-static bool
+static gboolean
 win32_is_os_wide()
 {
-       static bool initialized = FALSE;
-       static bool is_wide = FALSE;
+       static gboolean initialized = FALSE;
+       static gboolean is_wide = FALSE;
        static OSVERSIONINFOA osver;
 
        if ( !initialized )