Be nice to eVC++ build process and don't include not existing files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -22,14 +22,11 @@ BEGIN_DECLARE_EVENT_TYPES()
|
|||||||
END_DECLARE_EVENT_TYPES()
|
END_DECLARE_EVENT_TYPES()
|
||||||
|
|
||||||
#if defined(__WXMSW__)
|
#if defined(__WXMSW__)
|
||||||
#include "wx/msw/tabctrl.h"
|
#include "wx/msw/tabctrl.h"
|
||||||
#elif defined(__WXMOTIF__)
|
|
||||||
#include "wx/motif/tabctrl.h"
|
|
||||||
#elif defined(__WXGTK__)
|
|
||||||
#elif defined(__WXMAC__)
|
#elif defined(__WXMAC__)
|
||||||
#include "wx/mac/tabctrl.h"
|
#include "wx/mac/tabctrl.h"
|
||||||
#elif defined(__WXPM__)
|
#elif defined(__WXPM__)
|
||||||
#include "wx/os2/tabctrl.h"
|
#include "wx/os2/tabctrl.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // wxUSE_TAB_DIALOG
|
#endif // wxUSE_TAB_DIALOG
|
||||||
|
Reference in New Issue
Block a user