dolphin/Source/Core/DolphinWX/NetPlay
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
..
ChangeGameDialog.cpp
ChangeGameDialog.h
MD5Dialog.cpp
MD5Dialog.h
NetPlayLauncher.cpp Fix player name not being loaded when using "Host with Netplay..." 2016-12-25 16:36:19 +01:00
NetPlayLauncher.h NetPlay: Fix build when miniupnpc is disabled. 2016-11-19 15:36:26 +00:00
NetPlaySetupFrame.cpp DolphinWX: Put wx related headers before including anything else 2017-01-24 03:22:03 +01:00
NetPlaySetupFrame.h
NetWindow.cpp Merge pull request #4546 from RisingFog/tas_wii_nand 2017-02-08 18:58:28 +13:00
NetWindow.h NetWindow: explicitly tell wxWidgets to clean up Windows macros 2017-02-10 16:14:25 -08:00
PadMapDialog.cpp DolphinWX: Put wx related headers before including anything else 2017-01-24 03:22:03 +01:00
PadMapDialog.h