renamed GlobalHandle class to GlobalPtr to avoid conflict with the Win32 function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1103,7 +1103,7 @@ WXHBITMAP wxToolBar::CreateMappedBitmap(WXHINSTANCE hInstance, WXHBITMAP hBitmap
|
||||
if ( !hDIB )
|
||||
return 0;
|
||||
|
||||
WXHBITMAP newBitmap = CreateMappedBitmap(hInstance, GlobalHandle(hDIB));
|
||||
WXHBITMAP newBitmap = CreateMappedBitmap(hInstance, GlobalPtr(hDIB));
|
||||
|
||||
GlobalFree(hDIB);
|
||||
|
||||
|
Reference in New Issue
Block a user