dhewm3/neo/tools
Daniel Gibson 2de8c22f3b Fix MSVC + Tools build
afxv_w32.h (apparently included indirectly viw edit_gui_common.h)
complained that windows.h (included indirectly via DebuggerServer.h
-> platform.h) was included first, apparently that's not allowed..

this was broken by the recent "fix mingw build" commit; now hopefully
both work (MinGW doesn't support building the tools, because they need MFC
which only works with MSVC)
2023-01-21 20:33:14 +01:00
..
af Resolve Win32-isms trying to build tools with x64 MSVC 2021-05-06 03:31:56 +02:00
comafx Some additional LONG to LONG_PTR fixes for the tools as well as some warning fixes 2021-05-07 16:06:06 -04:00
common debugger 2021-06-17 05:44:23 +02:00
compilers Fix -Wmismatched-new-delete warnings 2023-01-05 07:56:16 +01:00
debugger Fix MSVC + Tools build 2023-01-21 20:33:14 +01:00
decl Rename GetWindowScalingFactor() to Win_GetW.., support older Win versions 2021-05-10 03:18:24 +02:00
guied Make MFC Tools work with MSAA enabled 2021-05-11 00:39:00 +02:00
Help hello world 2011-11-22 15:28:15 -06:00
materialeditor Add absolute mouse mode and refactor mouse grabbing code 2022-01-10 00:46:32 +01:00
particle Building with editor support (on Win w/ VS2017) works \o/ 2019-01-13 22:52:28 +01:00
pda Some additional LONG to LONG_PTR fixes for the tools as well as some warning fixes 2021-05-07 16:06:06 -04:00
radiant Fix crash in Radiant Model Preview Dialog, fix #496 2022-10-22 20:47:33 +02:00
script Building with editor support (on Win w/ VS2017) works \o/ 2019-01-13 22:52:28 +01:00
sound Some additional LONG to LONG_PTR fixes for the tools as well as some warning fixes 2021-05-07 16:06:06 -04:00
edit_gui_common.h Rename GetWindowScalingFactor() to Win_GetW.., support older Win versions 2021-05-10 03:18:24 +02:00
edit_public.h Building with editor support (on Win w/ VS2017) works \o/ 2019-01-13 22:52:28 +01:00
edit_stub.cpp - Debuggersever now always builds, but is disabled by default in runtime. 2021-06-17 05:44:23 +02:00