Fixed fixups to allow EMX to compile again.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8f80ec1acf
commit
bfdc8d1870
@ -7,7 +7,12 @@
|
||||
*/
|
||||
|
||||
#include "wx/setup.h"
|
||||
#ifndef __EMX__
|
||||
/* I don't see, why this include is needed, but it seems to be necessary
|
||||
sometimes. For EMX, including C++ headers into plain C source breaks
|
||||
compilation, so don't do it there. */
|
||||
#include "wx/defs.h"
|
||||
#endif
|
||||
|
||||
#if wxUSE_SOCKETS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user