make go generic

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-09-27 11:44:29 +00:00
parent 4a4a811163
commit ed7e3b9a69

View File

@@ -18,6 +18,7 @@
# include "wx/mac/carbon/drawer.h"
#else
# include "wx/generic/drawerg.h"
# define wxDrawerWindow wxGenericDrawerWindow
#endif
#endif // _WX_DRAWER_H_BASE_