Fix:gui_win32:Controlsex not always available
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 22 Nov 2008 22:22:26 +0000 (22:22 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 22 Nov 2008 22:22:26 +0000 (22:22 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1742 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/gui/win32/gui_win32.c

index 54fc7d5..a47e89f 100644 (file)
@@ -84,7 +84,7 @@ static void CreateToolBar(HWND hwnd)
        HWND hTool;
        TBBUTTON tbb[8];
        TBADDBITMAP tbab;
-#ifdef _WIN32_WCE
+#if 0 /* def _WIN32_WCE */
        /* Have to initialize common controls under CE */
        INITCOMMONCONTROLSEX iccex;
        iccex.dwSize = sizeof (INITCOMMONCONTROLSEX);