Alexandre Julliard
|
7df1b9e03a
|
Start using the exported TEB structure from winternl.h where
possible.
|
2003-08-28 19:57:35 +00:00 |
Alexandre Julliard
|
02f2813968
|
Renamed a few TEB fields to use the "official" names.
|
2003-08-27 23:14:29 +00:00 |
Alexandre Julliard
|
19b6a49845
|
Allocate DebugInfo field for all critical sections (based on a patch
by Alex Pasadyn).
Get rid of the Wine-specific CRITICAL_SECTION_INIT macro.
|
2003-08-12 23:50:54 +00:00 |
Alexandre Julliard
|
4f4b980c1e
|
Implemented NtRead/WriteVirtualMemory.
|
2003-07-08 21:18:45 +00:00 |
Eric Pouech
|
415dfa63e5
|
Fixed section mapping in PE loading when both
IMAGE_SCN_CNT_UNINITIALIZED_DATA and IMAGE_SCN_CNT_INITIALIZED_DATA
are set.
|
2003-06-21 02:02:27 +00:00 |
Alexandre Julliard
|
c808e67da1
|
Fixed wrong file offset used when mapping the import directory from a
shared section.
|
2003-05-08 03:50:32 +00:00 |
Alexandre Julliard
|
54f59e5005
|
Added comment about why changing ADDRESS_SPACE_LIMIT is wrong.
|
2003-05-06 18:52:43 +00:00 |
Dimitrie O. Paun
|
297f3d898d
|
Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them.
|
2003-01-07 20:36:20 +00:00 |
Andrew John Hughes
|
ed800c69c8
|
Build ntdll with -DSTRICT.
|
2002-11-21 03:45:01 +00:00 |
Alexandre Julliard
|
ac36f95082
|
Disable address space limit check on non-i386 platforms.
|
2002-11-06 22:33:17 +00:00 |
Alexandre Julliard
|
341b7dceb4
|
Implemented the ntdll virtual memory functions, and made the kernel
functions use them.
|
2002-09-17 18:54:42 +00:00 |