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:
@@ -19,7 +19,9 @@
|
||||
#include <memory.h>
|
||||
#include <string.h> // imports memmove()
|
||||
#include <stddef.h>
|
||||
#include <sys/types.h>
|
||||
#if !defined(__WXMAC__) || defined(__DARWIN__)
|
||||
# include <sys/types.h>
|
||||
#endif
|
||||
#include <limits.h>
|
||||
#include <new>
|
||||
|
||||
|
Reference in New Issue
Block a user