dolphin/Source/Core/DolphinWX
Michael Maltese 2b65e41d97 NetWindow: explicitly tell wxWidgets to clean up Windows macros
wxWidgets headers don't play well with some of the macros defined in
Windows headers and perform their own magic to fix things, as long as
they're included entirely either before or after any Windows headers.

This file can cause a conflict in other DolphinWX files because NetPlay
headers directly include ENet headers, which leak Windows header macros.
To fix this, explicitly tell wxWidgets here that it needs to re-clean
macros.
2017-02-10 16:14:25 -08:00
..
Cheats Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
Config DolphinWX: Fix overclock slider clock display 2017-02-08 15:07:34 +01:00
Debugger ControllerEmu: Separate ControlGroup from ControllerEmu 2017-02-09 18:18:52 -05:00
Input Merge pull request #4873 from lioncash/controller-emu 2017-02-10 13:50:33 -05:00
ISOProperties DolphinWX: Show the required IOS version in info panel 2017-01-23 20:42:36 +01:00
NetPlay NetWindow: explicitly tell wxWidgets to clean up Windows macros 2017-02-10 16:14:25 -08:00
resources
AboutDolphin.cpp
AboutDolphin.h
AuiToolBar.h
CMakeLists.txt Merge pull request #4822 from ligfx/copysys 2017-02-07 10:41:25 -05:00
ControllerConfigDiag.cpp Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
ControllerConfigDiag.h Remove unnecessary ConfigManager includes 2016-11-27 22:38:38 +01:00
DolphinSlider.cpp
DolphinSlider.h
DolphinWX.rc
DolphinWX.vcxproj DolphinWX: Add USB passthrough settings 2017-02-05 11:36:47 +01:00
DolphinWX.vcxproj.filters DolphinWX: Add USB passthrough settings 2017-02-05 11:36:47 +01:00
DolphinWX.vcxproj.user
FifoPlayerDlg.cpp FifoPlayerDlg: Use std::lock_guard instead of manual mutex locking/unlocking 2017-02-08 00:26:32 -05:00
FifoPlayerDlg.h
Frame.cpp NetWindow: Get rid of direct use of the main_window global 2017-02-06 18:29:20 -05:00
Frame.h Frame: Hide functions that don't need to be exposed 2017-02-06 18:29:26 -05:00
FrameAui.cpp
FrameTools.cpp Get rid of GetUsbPointer for emulated Bluetooth 2017-02-08 15:07:33 +01:00
GameListCtrl.cpp GameListCtrl: Separate some scanning code into functions 2017-02-09 14:50:20 -05:00
GameListCtrl.h DolphinWX: Make the main config dialog modeless 2016-11-06 08:04:54 -05:00
Globals.h D3D: Move exclusive mode switching to UI thread. 2016-11-11 20:36:04 +01:00
Info.plist.in CMake: use CMAKE_OSX_DEPLOYMENT_TARGET 2017-01-24 01:27:41 -08:00
ISOFile.cpp DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
ISOFile.h DolphinWX: Remove HAVE_WX preprocessor define 2017-01-24 05:48:08 +01:00
LogConfigWindow.cpp
LogConfigWindow.h
LogWindow.cpp
LogWindow.h
Main.cpp DolphinWX: Always keep panic alerts on top 2017-01-12 23:40:58 +01:00
Main.h
MainMenuBar.cpp Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
MainMenuBar.h
MainNoGUI.cpp Get rid of GetUsbPointer for emulated Bluetooth 2017-02-08 15:07:33 +01:00
MainToolBar.cpp Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
MainToolBar.h DolphinWX: Move common wxUpdateUIEvent functions to WxEventUtils 2016-11-06 09:02:59 -05:00
MemcardManager.cpp MemcardManager: Get rid of prefixed double-underscores from an identifier 2017-02-03 11:30:39 -05:00
MemcardManager.h MemcardManager: Get rid of prefixed double-underscores from an identifier 2017-02-03 11:30:39 -05:00
PatchAddEdit.cpp
PatchAddEdit.h
PostProcessingConfigDiag.cpp
PostProcessingConfigDiag.h
resource.h
SoftwareVideoConfigDialog.cpp Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
SoftwareVideoConfigDialog.h
TASInputDlg.cpp
TASInputDlg.h
VideoConfigDiag.cpp VideoConfig: Add option for full-resolution frame dumping 2016-11-28 20:14:59 +10:00
VideoConfigDiag.h
WxEventUtils.cpp Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
WxEventUtils.h DolphinWX: Move common wxUpdateUIEvent functions to WxEventUtils 2016-11-06 09:02:59 -05:00
WXInputBase.cpp More debug text fixes 2016-11-02 17:46:52 +01:00
WXInputBase.h
WxUtils.cpp
WxUtils.h
X11Utils.cpp DolphinWX: Remove HAVE_WX preprocessor define 2017-01-24 05:48:08 +01:00
X11Utils.h DolphinWX: Remove HAVE_WX preprocessor define 2017-01-24 05:48:08 +01:00