]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
Further Wince fixes
[wxWidgets.git] / src / msw / utils.cpp
index 74117167a3c51e7444d07b6e773198050e086ccd..f4fd4ce3c3f31d75d5db28a0aeb8a63a505fb577 100644 (file)
@@ -830,7 +830,11 @@ static void InitToolHelp32()
     lpfProcess32First = NULL;
     lpfProcess32Next = NULL;
     
+#ifdef __WXWINCE__
+    HINSTANCE hInstLib = LoadLibrary( wxT("Kernel32.DLL") ) ;
+#else
     HINSTANCE hInstLib = LoadLibraryA( "Kernel32.DLL" ) ;
+#endif
     if( hInstLib == NULL )
         return ;