Added support for building certain dlls with -DSTRICT.
[wine] / dlls / kernel / sync.c
2002-09-04  Alexandre JulliardPeekNamedPipe: Check if the pipe was closed when there...
2002-08-28  Patrik StridvallMSVC compatibility fixes.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-31  Rafael KitoverPortability fixes for Cygwin.
2002-07-25  Uwe BonnesFill lpcbAvail for PeekNamedPipe.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-07  Mike McCormackMake ConnectNamedPipe work in overlapped mode.
2001-08-27  Mike McCormackImplemented GetNamedPipeInfo.
2001-08-24  Mike McCormackAdd stubs for several named pipe functions.
2001-08-23  Mike McCormackImplement WaitNamedPipe and DisconnectNamedPipe.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-10  Mike McCormackStart implementing named pipes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-01-25  Patrik StridvallDocumentation ordinal fixes.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-29  Rein KlazesTest pointer before it is dereferenced in CreateEventW().
2000-11-15  Alexandre JulliardMoved standard syslevel APIs declaration to winbase.h.
2000-09-29  Alexandre JulliardMoved a bunch of routines to kernel32.dll (with the...