Code

peeled back the gboolean code as it hit on some complexity theory principles...
[inkscape.git] / src / extension / internal / win32.cpp
index 1ea51f6b990c245b0459d7cbb0069aebecf5e70e..51dbd3a00f09a8e66ff91cb943b4eb68dda40133 100644 (file)
@@ -97,11 +97,11 @@ my_timer (HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime)
 
 /* Platform detection */
 
-bool
+gboolean
 PrintWin32::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 )