Simplification

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2004-12-05 17:02:17 +00:00
parent 9ddf4854df
commit b4367c87f1

View File

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