]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilo
authorJulian Smart <julian@anthemion.co.uk>
Sat, 12 Jul 2003 07:06:32 +0000 (07:06 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 12 Jul 2003 07:06:32 +0000 (07:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/utils.cpp

index aec073c7e5ab1fe8211f10188b5165e5cf6a97d6..35ae44254afa804fec8626dd94b56ae5e417e23c 100644 (file)
@@ -1028,10 +1028,11 @@ int wxAppTraits::GetOSVersion(int *verMaj, int *verMin)
                 case VER_PLATFORM_WIN32_NT:
                     s_ver = wxWINDOWS_NT;
                     break;
-
+#ifdef __WXWINCE__
                 case VER_PLATFORM_WIN32_CE:
                     s_ver = wxWINDOWS_CE;
                     break;
+#endif                    
             }
         }
     }