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"
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#include "wx/window.h"
|
||||
#include "wx/frame.h"
|
||||
#include "wx/button.h"
|
||||
@@ -35,7 +37,7 @@
|
||||
#include "wx/textctrl.h"
|
||||
#include "wx/menu.h"
|
||||
#if wxUSE_WX_RESOURCES
|
||||
#include "wx/resource.h"
|
||||
# include "wx/resource.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
@@ -53,16 +55,14 @@
|
||||
#include "wx/mac/uma.h"
|
||||
#include "wx/mac/macnotfy.h"
|
||||
|
||||
#if wxUSE_SOCKETS
|
||||
#ifdef __DARWIN__
|
||||
#include <CoreServices/CoreServices.h>
|
||||
#else
|
||||
#include <Sound.h>
|
||||
#include <Threads.h>
|
||||
#include <ToolUtils.h>
|
||||
#include <DiskInit.h>
|
||||
#include <Devices.h>
|
||||
#endif
|
||||
#ifdef __DARWIN__
|
||||
# include <CoreServices/CoreServices.h>
|
||||
#else
|
||||
# include <Sound.h>
|
||||
# include <Threads.h>
|
||||
# include <ToolUtils.h>
|
||||
# include <DiskInit.h>
|
||||
# include <Devices.h>
|
||||
#endif
|
||||
|
||||
extern char *wxBuffer;
|
||||
|
@@ -13,6 +13,8 @@
|
||||
#pragma implementation "app.h"
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#include "wx/window.h"
|
||||
#include "wx/frame.h"
|
||||
#include "wx/button.h"
|
||||
@@ -35,7 +37,7 @@
|
||||
#include "wx/textctrl.h"
|
||||
#include "wx/menu.h"
|
||||
#if wxUSE_WX_RESOURCES
|
||||
#include "wx/resource.h"
|
||||
# include "wx/resource.h"
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
@@ -53,16 +55,14 @@
|
||||
#include "wx/mac/uma.h"
|
||||
#include "wx/mac/macnotfy.h"
|
||||
|
||||
#if wxUSE_SOCKETS
|
||||
#ifdef __DARWIN__
|
||||
#include <CoreServices/CoreServices.h>
|
||||
#else
|
||||
#include <Sound.h>
|
||||
#include <Threads.h>
|
||||
#include <ToolUtils.h>
|
||||
#include <DiskInit.h>
|
||||
#include <Devices.h>
|
||||
#endif
|
||||
#ifdef __DARWIN__
|
||||
# include <CoreServices/CoreServices.h>
|
||||
#else
|
||||
# include <Sound.h>
|
||||
# include <Threads.h>
|
||||
# include <ToolUtils.h>
|
||||
# include <DiskInit.h>
|
||||
# include <Devices.h>
|
||||
#endif
|
||||
|
||||
extern char *wxBuffer;
|
||||
|
Reference in New Issue
Block a user