corrections for compilation under Mac OS X

removed invalid '#pragma interface' in source files (instead of headers?)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-11-18 12:25:12 +00:00
parent 52b64b0a78
commit ad05396006
10 changed files with 38 additions and 25 deletions

View File

@@ -17,7 +17,9 @@
#endif
#include <stddef.h>
#include <sys/types.h>
#if !defined(__WXMAC__) || defined(__DARWIN__)
# include <sys/types.h>
#endif
#include <memory.h>
#include <limits.h>
#include <new.h>
@@ -556,4 +558,4 @@ public:\
\
_WXSTL_LIST_##ELEMENT_CLASS, ELEMENT_CLASS )
#endif
#endif