X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/885b88a2575bafdd064a778e867dd89783309f90..767e3be0fa755e435a070d145fa623e36762d7a8:/src/msw/utils.cpp diff --git a/src/msw/utils.cpp b/src/msw/utils.cpp index 74117167a3..901aa039ed 100644 --- a/src/msw/utils.cpp +++ b/src/msw/utils.cpp @@ -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 ;