Simplification
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
9ddf4854df
commit
b4367c87f1
@ -830,11 +830,7 @@ 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 ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user