need to include wx/msw/private.h to get GetHwnd() which is used here

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-10-30 15:37:42 +00:00
parent a3dae7b72c
commit e6efee0079

View File

@@ -14,7 +14,7 @@
#include "wx/defs.h"
#include "wx/msw/wrapwin.h"
#include "wx/msw/private.h" // we use GetHwndOf()
#include "wx/msw/uxthemep.h"
typedef HTHEME (__stdcall *PFNWXUOPENTHEMEDATA)(HWND, const wchar_t *);