1
0
forked from 0ad/0ad
0ad/source/lib/sysdep
janwas a915bdc1b6 fix problems related to 64-bit compilation in lib
. dbghelp is now pulled in by a separate external_libraries header
. disable _SECURE_SCL (improves perf)
. amd64: initial implementation of essential functions, not yet complete
. manifest: disabled on ICC because its IPO module incorrectly
interprets /manifestdependency
. wdbg_sym: no longer support stack walks on non-ia32 win2k (avoids
trouble due to mixing SEH and dtors)
. winit and wstartup: had to remove forced symbol include - does not
link otherwise on ICC (for reasons unknown). function pointers are
actually included and called on x64 windows (compiling with MSC)

This was SVN commit r5895.
2008-04-19 18:10:00 +00:00
..
amd64 fix problems related to 64-bit compilation in lib 2008-04-19 18:10:00 +00:00
ia32 remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
linux Fixed build on Ubuntu. 2008-01-26 04:43:02 +00:00
osx # OS X fixes. 2007-10-11 08:00:05 +00:00
tests . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
unix Fixed build on Ubuntu. 2008-01-26 04:43:02 +00:00
win fix problems related to 64-bit compilation in lib 2008-04-19 18:10:00 +00:00
acpi.cpp remove mmgr and macros that redefine malloc/new/free 2008-01-19 11:33:11 +00:00
acpi.h # vista compat (fixes wsnd issue) and improvements 2007-05-26 15:34:10 +00:00
arch.h part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
clipboard.h sysdep cleanup: 2007-09-23 10:15:28 +00:00
compiler.h improvements and fixes: 2008-01-07 20:03:19 +00:00
cpu.cpp fix (i.e. remove) mahaf warnings when running on least-permission account or when running multiple game instances 2008-03-24 15:44:37 +00:00
cpu.h fix problems related to 64-bit compilation in lib 2008-04-19 18:10:00 +00:00
cursor.h sysdep cleanup: 2007-09-23 10:15:28 +00:00
dir_watch.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
gfx.cpp . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
gfx.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
os.h part3: now functional file loading code (not entirely finalized) 2007-12-20 20:14:21 +00:00
snd.cpp # vista compat (fixes wsnd issue) and improvements 2007-05-26 15:34:10 +00:00
snd.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
stl.h Partial Linux build fixes 2008-01-07 15:32:32 +00:00
sysdep.h sysdep cleanup: 2007-09-23 10:15:28 +00:00