pcsx2/plugins/dev9ghzdrk/Win32
Ian Brown a1a6374709 Build: Changes required to compile and run using VS 2019 (#2975)
in vs 2019, the system xhash used by unordered_map uses Target in its template definition. pcsx2 #defines this in the r5900 and r3000 headers which leak cause a cryptic compilation error. A quick fix here is just to undef it in gamebase.h. A better fix would be to encapsulate the definition or use something more c++ to avoid the pre-processor. Add a comment to explain the _Target_ undef.

tap.h did not have string defined. I guess this was included transitively somewhere with an earlier set of system headers.

Biostools, the file is opened in text mode which causes the bios to be partially read. I'm not sure that's vs2019 specific but it's wrong in any case. Maybe the default mode parameter changed at some point. Maybe wxFile would be a better choice here rather than WxFFile because wxFile always open s in binary mode.
2019-06-01 13:34:21 +02:00
..
Config.cpp Dev9ghzdrk: Get host mac correctly on Windows. (#2619) 2018-10-09 20:37:41 +02:00
DEV9ghzdrk.def Dev9ghz: Respect user Log dir setting, use PluginLog 2015-06-11 23:18:25 +01:00
DEV9ghzdrk.rc Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
DEV9ghzdrk.vcxproj Add network capability for Linux (#2586) 2018-10-02 21:37:34 -07:00
Devioctl.h Include dev9ghzdrk into the main plugins folder, and integrate it into the build system (windows only). 2013-03-19 22:01:41 +00:00
ProjectRootDir.props Introduce end-of-line normalization 2015-08-04 23:52:48 +02:00
Win32.cpp Dev9ghzdrk: Get host mac correctly on Windows. (#2619) 2018-10-09 20:37:41 +02:00
_Ntddndis.h Include dev9ghzdrk into the main plugins folder, and integrate it into the build system (windows only). 2013-03-19 22:01:41 +00:00
afxresmw.h pcsx2 license: add missing nice header on various files 2014-04-11 09:18:30 +02:00
mtfifo.h pcsx2 license: add missing nice header on various files 2014-04-11 09:18:30 +02:00
net.cpp Add network capability for Linux (#2586) 2018-10-02 21:37:34 -07:00
packet32.h Include dev9ghzdrk into the main plugins folder, and integrate it into the build system (windows only). 2013-03-19 22:01:41 +00:00
resource.h Removed ATL/MFC dependencies from every project, the free version of visual studio does not have those. It compiles with vs2012 express now, will fix others later, in case they are broken. 2013-07-01 21:28:58 +00:00
socks.c pcsx2 license: add missing nice header on various files 2014-04-11 09:18:30 +02:00
socks.h pcsx2 license: add missing nice header on various files 2014-04-11 09:18:30 +02:00
tap-win32.cpp Check if WinPcap initialised correctly 2015-11-14 14:25:34 +00:00
tap.h Build: Changes required to compile and run using VS 2019 (#2975) 2019-06-01 13:34:21 +02:00
vl.h Include dev9ghzdrk into the main plugins folder, and integrate it into the build system (windows only). 2013-03-19 22:01:41 +00:00