include: Make RpcRaiseException DECLSPEC_NORETURN, like it is in the PSDK.
[wine] / dlls / kernel32 / sync.c
2007-09-28  Andrey Turkinkernel32: Pass completion value to ntdll layer.
2007-07-16  Alexandre Julliardkernel32: Always clear the I/O status block count befor...
2007-07-12  Huw Davieskernel32: SetNamedPipeHandleState() is a stub, so for...
2007-07-12  Huw Davieskernel32: Swap incorrect use of buffers.
2007-06-08  Andrey Turkinkernel32: Implement IO completion functions on top...
2007-06-08  Andrey Turkinkernel32: Factor out all kernel32 timeout-conversion...
2007-05-23  Dmitry Timoshkovkernel32: Fix compilation warnings in 64-bit mode.
2007-05-01  Louis Lenderskernel32: Add stub for BindIoCompletionCallback.
2007-04-17  Alexandre Julliardserver: Change the timeout handling to use NT-style...
2007-04-16  Alexandre Julliardkernel32: Use the correct access rights when opening...
2007-04-10  Alexandre Julliardkernel32: Add SYNCHRONIZE access to mailslot handles.
2007-03-23  Alexandre Julliardkernel32: Fixed timeout calculation in WaitNamedPipe.
2007-03-17  Andrew Talbotkernel32: Replace inline static with static inline.
2007-03-05  Rob Shearmankernel32: Implement CallNamedPipeW.
2006-11-01  Alexandre Julliardkernel32: Moved PeekNamedPipe implementation to ntdll.
2006-10-13  Michael Stefaniuckernel32: Win64 printf format warning fixes.
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.