diff options
| author | dapetcu21 <dapetcu21@gmail.com> | 2010-07-05 18:31:57 +0000 |
|---|---|---|
| committer | dapetcu21 <dapetcu21@gmail.com> | 2010-07-05 18:31:57 +0000 |
| commit | f3901b6b43f31db0675a9bdf9b3f68edea549b40 (patch) | |
| tree | 2033285b6306d89aab3244e392fdb92e900561e5 /Source/Core/InputCommon/Src/UDPWrapper.cpp | |
| parent | bd4d583ea91d9fc3eee6af1d194934061be9ff86 (diff) | |
Fixed linux buid... hopefully. Sorry it took this long.... I had to do a complete rebuild :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5838 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/Src/UDPWrapper.cpp')
| -rw-r--r-- | Source/Core/InputCommon/Src/UDPWrapper.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/Core/InputCommon/Src/UDPWrapper.cpp b/Source/Core/InputCommon/Src/UDPWrapper.cpp index 76527ee601..bab0869c18 100644 --- a/Source/Core/InputCommon/Src/UDPWrapper.cpp +++ b/Source/Core/InputCommon/Src/UDPWrapper.cpp @@ -5,7 +5,6 @@ #include <string.h> -#if defined(HAVE_WX) && HAVE_WX #include <wx/wx.h> #include <wx/listbox.h> #include <wx/textctrl.h> @@ -16,7 +15,6 @@ #include <wx/notebook.h> #include <wx/panel.h> #include <wx/spinctrl.h> -#endif UDPWrapper::UDPWrapper(int indx, const char* const _name) : updIR(false),updAccel(false), @@ -97,7 +95,6 @@ UDPWrapper::~UDPWrapper() delete inst; } -#if defined(HAVE_WX) && HAVE_WX #define _connect_macro_(b, f, c, s) (b)->Connect(wxID_ANY, (c), wxCommandEventHandler( f ), (wxObject*)0, (wxEvtHandler*)s) @@ -187,5 +184,4 @@ void UDPWrapper::Configure(wxWindow * parent) wxDialog * diag = new UDPConfigDiag(parent,this); diag->ShowModal(); diag->Destroy(); -} -#endif
\ No newline at end of file +}
\ No newline at end of file |
