Fixed compile error on Wine due to type mismatch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2006-11-12 17:58:27 +00:00
parent 9eb6cc3d6b
commit 823b140b65

View File

@ -659,7 +659,7 @@ bool wxTreeCtrl::Create(wxWindow *parent,
if ( !CreateControl(parent, id, pos, size, style, validator, name) )
return false;
DWORD exStyle = 0;
WXDWORD exStyle = 0;
DWORD wstyle = MSWGetStyle(m_windowStyle, & exStyle);
wstyle |= WS_TABSTOP | TVS_SHOWSELALWAYS;