Fixed msi spec file.
[wine] / dlls / ntdll / virtual.c
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...