uxtheme/tests: Use HRESULT_FROM_WIN32 to check the error codes, not LOWORD.
[wine] / dlls / kernel32 / sync.c
2008-06-23  Jon Griffithsntdll: Implement [Rtl]InitializeCriticalSectionEx.
2008-05-21  Alexandre Julliardkernel32: Waitable timer names are case sensitive.
2008-05-21  Alexandre Julliardkernel32: Semaphore names are case sensitive.
2008-05-21  Alexandre Julliardkernel32: Event names are case sensitive.
2008-05-21  Alexandre Julliardkernel32: Mutex names are case sensitive.
2008-03-18  Austin Englishkernel32: Spelling fixes.
2008-01-07  Rob Shearmankernel32: Implement RegisterWaitForSingleObjectEx.
2008-01-02  Rob Shearmankernel32: Implement RegisterWaitForSingleObject and...
2007-12-21  Andrey Turkinntdll: Implement BindIoCompletionCallback.
2007-12-18  Rico Schüllerkernel32: Fix typo.
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.