defs.h had been altered so only 3 MSW compilers were allowed for WXDLLEXPORT :-)

false removed from dbtable.cpp. WS_CLIPCHILDREN/SIBLINGS added to glcanvas.cpp.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-05-23 13:14:29 +00:00
parent fcd984f8a1
commit 77a93d3eb4
5 changed files with 51 additions and 6 deletions

View File

@@ -399,6 +399,10 @@ typedef int wxWindowID;
# define WXDLLEXPORT_DATA(type) type
# define WXDLLEXPORT_CTORFN
# endif
#else
# define WXDLLEXPORT
# define WXDLLEXPORT_DATA(type) type
# define WXDLLEXPORT_CTORFN
#endif
#elif defined(__WXPM__)