Sweden-Number/dlls/ntdll
Rob Shearman 8608e895eb Add a new convenience macro for an exception handler that handles all exceptions.
When using native compiler exceptions, the previous method of doing 
this, __EXCEPT(NULL), would expand to __except( 
(NULL)(GetExceptionInformation())) which doesn't compile as NULL isn't a 
function.

So add a new macro, __EXCEPT_ALL, which works correctly both when using 
native compiler exceptions and without and which makes the meaning of 
code in which it is used clearer.
2008-02-16 14:58:24 +01:00
..
tests tests: Add a helper routine to wait for a child process and propagate its result correctly. 2008-02-07 12:56:00 +01:00
Makefile.in
actctx.c
atom.c
cdrom.c
critsection.c
debugbuffer.c
debugtools.c
directory.c
env.c
error.c
exception.c
file.c ntdll: The FileMailslotSetInformation and FileCompletionInformation cases of NtSetInformationFile don't need the fd. 2008-02-05 12:19:37 +01:00
handletable.c
heap.c
large_int.c
loader.c Add a new convenience macro for an exception handler that handles all exceptions. 2008-02-16 14:58:24 +01:00
loadorder.c ntdll: Default to native loadorder for the main exe if not in system directory. 2006-08-15 19:48:08 +02:00
misc.c
nt.c
ntdll.spec
ntdll_misc.h ntdll: Store the unhandled exception filter at startup to avoid race conditions. 2008-02-12 22:39:19 +01:00
om.c
path.c
process.c
reg.c
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c kernel32: On Mac OS, recompose the Unicode strings we get from the OS. 2008-02-15 12:07:56 +01:00
sec.c ntdll: Fix the index check in RtlGetAce. 2008-01-23 11:31:42 +01:00
serial.c ntdll: Fixed getting the RTS status from line, and now using sane default values for all (compilation/system) cases. 2008-01-22 12:58:14 +01:00
server.c
signal_i386.c ntdll: Don't fetch extended FPU context if there's no FPU context at all. 2008-01-22 10:20:12 +01:00
signal_powerpc.c
signal_sparc.c
signal_x86_64.c
string.c
sync.c server: Pass Information field from async I/O APCs. 2007-11-15 14:24:50 +01:00
tape.c
thread.c ntdll: Store the unhandled exception filter at startup to avoid race conditions. 2008-02-12 22:39:19 +01:00
threadpool.c ntdll: Remove unneeded casts. 2008-01-14 13:10:00 +01:00
time.c ntdll: Remove the overly-cautious check which prevented NtSetSystemTime from changing the time by more than two minutes. 2007-09-10 16:13:53 +02:00
version.c
version.rc Added version information for a number of dlls. 2007-03-07 21:25:16 +01:00
virtual.c
wcstring.c