include wx/defs.h (and hence wx/platform.h and so really fix the bug 1105676)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,13 +23,10 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __GSOCKET_STANDALONE__
|
#ifndef __GSOCKET_STANDALONE__
|
||||||
#include "wx/setup.h"
|
#include "wx/defs.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__VISAGECPP__)
|
#if defined(__VISAGECPP__)
|
||||||
/* Seems to be needed by Visual Age C++, though I don't see how it manages
|
|
||||||
to not break on including a C++ header into a plain C source file */
|
|
||||||
#include "wx/defs.h"
|
|
||||||
#define BSD_SELECT /* use Berkley Sockets select */
|
#define BSD_SELECT /* use Berkley Sockets select */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user