0ad/source/lib/sysdep/os/win
Ykkrosh 80888a7325 Avoid buffer overflow assertion failures when dumping stack trace on Windows.
Try to be marginally less likely to get stuck in infinite recursion.

This was SVN commit r8669.
2010-11-20 21:26:22 +00:00
..
aken improvements/additions from work 2010-08-06 13:03:44 +00:00
tests fix file/dir mode bits 2010-11-08 15:02:05 +00:00
whrt cleanup - remove old cpu_memcpy and cpu_i64FromDouble that are no longer needed 2010-11-01 11:09:03 +00:00
wposix Fix int8_t redefinition errors in VC2010 2010-11-17 03:02:04 +00:00
comctl6.manifest premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
error_dialog.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
error_dialog.rc premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
icon.rc fix a few remnants of the previous sysdep/win folder location, including a relative path in icon.rc 2008-06-30 18:19:14 +00:00
mahaf.cpp fixes from work: use ICC bswap intrinsics instead of fallbacks; update UNUSED2 to work with ICC; update mahaf for Win7 2010-11-08 10:01:12 +00:00
mahaf.h improvements/additions from work 2010-08-06 13:03:44 +00:00
manifest.cpp license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
manifest.rc premake: detect processor architecture from script 2008-06-30 17:34:18 +00:00
wacpi.cpp fix: wasn't checking function pointers => crash on older windows versions 2010-07-08 21:07:46 +00:00
wacpi.h enable use of ACPI without the mahaf driver (required for NUMA SRAT access at work). also use new DLL import macros. 2010-07-08 10:33:38 +00:00
wclipboard.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wcpu.cpp Fix #525 more, so it doesn't use an uninitialised variable 2010-08-05 17:13:10 +00:00
wcpu.h needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wcursor.cpp Add basic help page into the main menu. 2010-07-07 21:47:31 +00:00
wdbg.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wdbg.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wdbg_heap.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wdbg_heap.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wdbg_sym.cpp Avoid buffer overflow assertion failures when dumping stack trace on Windows. 2010-11-20 21:26:22 +00:00
wdbg_sym.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
wdir_watch.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wdll_delay_load.cpp cleanup - remove old cpu_memcpy and cpu_i64FromDouble that are no longer needed 2010-11-01 11:09:03 +00:00
wdll_delay_load.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wdll_ver.cpp sync with work (add IO callbacks, export wsdl functions, avoid error in ReadVersionString) 2010-06-14 12:09:49 +00:00
wdll_ver.h Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
wgfx.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wgfx.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wgl.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
win.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
winit.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
winit.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wmi.cpp # fix race conditions in ModuleInit and related cleanup. 2010-07-12 12:57:58 +00:00
wmi.h fixes/improvements from work 2010-05-03 12:27:39 +00:00
wnuma.cpp from work: cpu_AtomicAdd - return previous value (required for atomic test&set) 2010-07-14 08:52:20 +00:00
wprintf.cpp warning fixes 2010-07-08 10:58:24 +00:00
wprofiler.cpp license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wsdl.cpp Support X mouse buttons on Windows 2010-11-13 19:51:15 +00:00
wsdl.h Support horizontal scroll wheels for camera rotation 2010-11-13 01:00:54 +00:00
wseh.cpp Fix #423 (Switch from CppDoc to Doxygen), based on patch from anr. 2010-07-29 15:55:41 +00:00
wseh.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wsnd.cpp noticed during testing that the file cache is much smaller than our dataset; added logic to choose a decent size. rebuild-workspaces required. 2010-10-09 21:14:08 +00:00
wsnd.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wstartup.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
wstartup.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
wsysdep.cpp (vc2010) warning fixes 2010-07-10 18:24:02 +00:00
wutil.cpp noticed during testing that the file cache is much smaller than our dataset; added logic to choose a decent size. rebuild-workspaces required. 2010-10-09 21:14:08 +00:00
wutil.h noticed during testing that the file cache is much smaller than our dataset; added logic to choose a decent size. rebuild-workspaces required. 2010-10-09 21:14:08 +00:00
wversion.cpp noticed during testing that the file cache is much smaller than our dataset; added logic to choose a decent size. rebuild-workspaces required. 2010-10-09 21:14:08 +00:00
wversion.h noticed during testing that the file cache is much smaller than our dataset; added logic to choose a decent size. rebuild-workspaces required. 2010-10-09 21:14:08 +00:00