0ad/source/lib/sysdep/win/wposix
janwas 4fbaea3780 # fix for exceptions when not running in debugger
move exception-specific stuff into wseh. it now grabs the entry point
and wraps it in a __try block (but only for the main EXE).
this works around issues with the previous SEH registration code
(exceptions weren't caught in release mode when not running in debugger)

This was SVN commit r5151.
2007-06-08 17:44:24 +00:00
..
crt_posix.h # SwEng 2007-05-04 17:30:32 +00:00
no_crt_posix.h # SwEng 2007-05-04 17:30:32 +00:00
waio.cpp winit: rename register macros for more clarity 2007-06-04 22:59:14 +00:00
waio.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
wdlfcn.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wdlfcn.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
werrno.h minor cleanup+fixes+additions 2007-05-21 19:22:55 +00:00
wfilesystem.cpp # housekeeping 2007-05-21 23:24:56 +00:00
wfilesystem.h # housekeeping 2007-05-21 23:24:56 +00:00
wmman.cpp # SwEng 2007-05-04 17:30:32 +00:00
wmman.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wposix_internal.h . 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
wposix_types.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
wposix.cpp winit: section names should start with . 2007-06-07 19:15:45 +00:00
wposix.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
wpthread.cpp # fix for exceptions when not running in debugger 2007-06-08 17:44:24 +00:00
wpthread.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
wsock_internal.h # fixes for overzealous vc8 optimization and housekeeping 2007-01-07 16:50:36 +00:00
wsock.cpp wsock: fix init problem (if getnameinfo et al were the first function called from winsock - as happens when using quickstart - ws2_32 wasn't loaded first) 2007-06-04 23:55:29 +00:00
wsock.h wsock: fix init problem (if getnameinfo et al were the first function called from winsock - as happens when using quickstart - ws2_32 wasn't loaded first) 2007-06-04 23:55:29 +00:00
wterminal.cpp # SwEng 2007-05-04 17:30:32 +00:00
wterminal.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wtime_internal.h add work-in-progress WHRT (win high res timer). works well enough, but calibration is not yet complete nor is TSC usable. 2007-05-26 16:57:39 +00:00
wtime.cpp winit: rename register macros for more clarity 2007-06-04 22:59:14 +00:00
wtime.h acpi and mahaf: now set ModuleInitState to error if something fails (prevents a subsequent init from returning true and allowing its dependent to continue and crash into a wall) 2007-05-26 23:29:20 +00:00
wutsname.cpp # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00
wutsname.h # new year's cleanup (reduce dependencies, clean up headers) 2007-01-01 21:25:47 +00:00