More True/False fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8dcf04a803
commit
92956ab232
@ -269,7 +269,7 @@ void wxDrawWindowOnDC(wxWindow* window, const wxDC& dc, int method)
|
||||
if ( !s_triedToLoad )
|
||||
{
|
||||
|
||||
s_triedToLoad = True;
|
||||
s_triedToLoad = true;
|
||||
wxDynamicLibrary dllUser32(_T("user32.dll"));
|
||||
if ( dllUser32.IsLoaded() )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user