Moved the exec_wine_binary function to the wine library, and use it to
[wine] / dlls / ntdll / virtual.c
2003-11-11  Alexandre JulliardMake sure the protection flags on the memory view of...
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-11-03  Alexandre JulliardFixed type and protection values returned by NtQueryVir...
2003-10-22  Alexandre JulliardSimplified signal stack allocation a bit, and avoid...
2003-10-08  Pavel RoskinInclude ntdll_misc.h to get the GetCurrentProcess/Threa...
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-07-08  Alexandre JulliardImplemented NtRead/WriteVirtualMemory.
2003-06-21  Eric PouechFixed section mapping in PE loading when both
2003-05-08  Alexandre JulliardFixed wrong file offset used when mapping the import...
2003-05-06  Alexandre JulliardAdded comment about why changing ADDRESS_SPACE_LIMIT...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-06  Alexandre JulliardDisable address space limit check on non-i386 platforms.
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...