include wx/msw/wrapwin.h instead of entire private.h; unTABbed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2004-04-04 12:54:54 +00:00
parent 7c8c7cc23e
commit 5fccb5b4fd

View File

@ -30,7 +30,7 @@
#if wxUSE_DYNLIB_CLASS
#if defined(__WINDOWS__)
#include "wx/msw/private.h"
#include "wx/msw/wrapwin.h"
#endif
#include "wx/dynlib.h"