comctl32/listview: Use LVM_SETITEMSTATE directly in tests.
[wine] / dlls / ntdll / server.c
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-13  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-07-29  Robert ShearmanDocumentation for Wine client-side server interface.
2004-05-30  Alexandre JulliardUse wine_exec_wine_binary in all cases to start the...
2004-05-28  Alexandre JulliardInitial version of the Wine preloader, used to reserve...
2004-05-11  Alexandre JulliardInitial support for automatically creating the ~/.wine...
2004-01-19  Alexandre JulliardFixed an error message.
2003-12-05  Alexandre JulliardAdded a WINEDEBUG environment variable that allows...
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-11-25  Alexandre JulliardStore the thread entry point in the startup info passed...
2003-11-11  Alexandre JulliardMoved the exec_wine_binary function to the wine library...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-06  Alexandre JulliardAdded server_abort_thread to replace SYSDEPS_AbortThread.
2003-10-10  Alexandre JulliardChanged the init code to make libwine load only ntdll...
2003-10-08  Pavel RoskinInclude ntdll_misc.h to get the GetCurrentProcess/Threa...
2003-10-08  Alexandre JulliardGet rid of the argv0 and full_argv0 global variables.
2003-09-18  Alexandre JulliardMoved the wine server client-side support to dlls/ntdll...