Delegates messages directly to the edit control window proc instead of
[wine] / include / wine / server.h
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.