ddraw: Avoid LPD3DCLIPSTATUS.
[wine] / include / wine / server.h
2008-12-29  Alexandre Julliardserver: Make module handles always 64-bit.
2008-12-17  Maarten Lankhorstntdll: Make all exported wine functions CDECL.
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2007-04-10  Alexandre Julliardntdll: Store the file access and options in the fd...
2007-03-27  Andrew Talbotwinelib: Replace inline static with static inline.
2006-07-26  Alexandre Julliardserver: Added data_size_t type to represent sizes in...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-09  Alexandre JulliardMake wine_server_fd_to_handle use attributes instead...
2005-08-02  Alexandre JulliardUse the new RtlExitUserThread function instead of exporting
2005-06-25  Mike McCormackDon't include winreg.h.
2005-06-05  Alexandre JulliardMoved the server part of the ExitThread functionality...
2004-11-30  Eric PouechConst correctness fixes.
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-06  Alexandre JulliardAdded server_abort_thread to replace SYSDEPS_AbortThread.
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-09-18  Alexandre JulliardMoved the wine server client-side support to dlls/ntdll...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-03-30  Alexandre JulliardClear the entire request, not just the end, in case...
2002-10-01  Patrik StridvallAdded a GNU C implementation of some of the DECLSPEC_...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-06-20  Alexandre JulliardCreate the server directory and socket file in /tmp.
2002-05-30  Alexandre JulliardAdded wine_server_fd_to_handle to replace FILE_DupUnixH...
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-03-29  Alexandre JulliardTransfer the full process startup info as well as the...
2002-03-23  Alexandre JulliardExport the FILE_GetUnixHandle functionality from ntdll.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-07-19  Alexandre JulliardMoved server.h to include/wine.