corrected includes when wxUSE_SOCKETS is not defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -13,6 +13,8 @@
|
|||||||
#pragma implementation "app.h"
|
#pragma implementation "app.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "wx/defs.h"
|
||||||
|
|
||||||
#include "wx/window.h"
|
#include "wx/window.h"
|
||||||
#include "wx/frame.h"
|
#include "wx/frame.h"
|
||||||
#include "wx/button.h"
|
#include "wx/button.h"
|
||||||
@@ -53,7 +55,6 @@
|
|||||||
#include "wx/mac/uma.h"
|
#include "wx/mac/uma.h"
|
||||||
#include "wx/mac/macnotfy.h"
|
#include "wx/mac/macnotfy.h"
|
||||||
|
|
||||||
#if wxUSE_SOCKETS
|
|
||||||
#ifdef __DARWIN__
|
#ifdef __DARWIN__
|
||||||
# include <CoreServices/CoreServices.h>
|
# include <CoreServices/CoreServices.h>
|
||||||
#else
|
#else
|
||||||
@@ -63,7 +64,6 @@
|
|||||||
# include <DiskInit.h>
|
# include <DiskInit.h>
|
||||||
# include <Devices.h>
|
# include <Devices.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
extern char *wxBuffer;
|
extern char *wxBuffer;
|
||||||
extern wxList wxPendingDelete;
|
extern wxList wxPendingDelete;
|
||||||
|
@@ -13,6 +13,8 @@
|
|||||||
#pragma implementation "app.h"
|
#pragma implementation "app.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "wx/defs.h"
|
||||||
|
|
||||||
#include "wx/window.h"
|
#include "wx/window.h"
|
||||||
#include "wx/frame.h"
|
#include "wx/frame.h"
|
||||||
#include "wx/button.h"
|
#include "wx/button.h"
|
||||||
@@ -53,7 +55,6 @@
|
|||||||
#include "wx/mac/uma.h"
|
#include "wx/mac/uma.h"
|
||||||
#include "wx/mac/macnotfy.h"
|
#include "wx/mac/macnotfy.h"
|
||||||
|
|
||||||
#if wxUSE_SOCKETS
|
|
||||||
#ifdef __DARWIN__
|
#ifdef __DARWIN__
|
||||||
# include <CoreServices/CoreServices.h>
|
# include <CoreServices/CoreServices.h>
|
||||||
#else
|
#else
|
||||||
@@ -63,7 +64,6 @@
|
|||||||
# include <DiskInit.h>
|
# include <DiskInit.h>
|
||||||
# include <Devices.h>
|
# include <Devices.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
extern char *wxBuffer;
|
extern char *wxBuffer;
|
||||||
extern wxList wxPendingDelete;
|
extern wxList wxPendingDelete;
|
||||||
|
Reference in New Issue
Block a user