Some #include and #if wxUSE_XX things
Shut up notification in wxTextCtrl Made things compile again... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -15,12 +15,14 @@
|
||||
#pragma interface
|
||||
#endif
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_SOCKETS
|
||||
|
||||
#include <wx/object.h>
|
||||
#include <wx/list.h>
|
||||
#include <wx/socket.h>
|
||||
#include <wx/thread.h>
|
||||
#include "wx/object.h"
|
||||
#include "wx/list.h"
|
||||
#include "wx/socket.h"
|
||||
#include "wx/thread.h"
|
||||
|
||||
// Socket state
|
||||
class SocketState
|
||||
|
Reference in New Issue
Block a user