]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
wxPaletteBase introduction. wxPalette::GetColoursCount() in interface of all platform...
[wxWidgets.git] / src / msw / utils.cpp
index 74117167a3c51e7444d07b6e773198050e086ccd..901aa039ed6942778303a2c7742ec53bb8995524 100644 (file)
@@ -830,7 +830,7 @@ static void InitToolHelp32()
     lpfProcess32First = NULL;
     lpfProcess32Next = NULL;
     
-    HINSTANCE hInstLib = LoadLibraryA( "Kernel32.DLL" ) ;
+    HINSTANCE hInstLib = LoadLibrary( wxT("Kernel32.DLL") ) ;
     if( hInstLib == NULL )
         return ;