mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-20 08:20:44 +00:00
07985cc5ea
<intrin.h>, included by SDL_cpuinfo.h via SDL.h, defines strcmp. If the idlib/Str.h `#define strcmp idStr::Cmp` hack is visible when that file is parsed, there's a compiler error (because strcmp in intrin.h is replaced with idStr::Cmp then). So I reorderedd includes a bit until it compiled again.. |
||
---|---|---|
.. | ||
debugger.cpp | ||
debugger_common.h | ||
DebuggerApp.cpp | ||
DebuggerApp.h | ||
DebuggerBreakpoint.cpp | ||
DebuggerBreakpoint.h | ||
DebuggerClient.cpp | ||
DebuggerClient.h | ||
DebuggerFindDlg.cpp | ||
DebuggerFindDlg.h | ||
DebuggerMessages.h | ||
DebuggerQuickWatchDlg.cpp | ||
DebuggerQuickWatchDlg.h | ||
DebuggerScript.cpp | ||
DebuggerScript.h | ||
DebuggerServer.cpp | ||
DebuggerServer.h | ||
DebuggerWindow.cpp | ||
DebuggerWindow.h |