Further Wince fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-12-05 14:11:35 +00:00
parent 9e67e54178
commit ade0e73d18

View 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 ;