- removed next & prev fields from WINE_MODREF and implement instead
commit675b75597b32a51d2fb0cdf591511fa72fd0adc9
authorEric Pouech <pouech-eric@wanadoo.fr>
Tue, 1 Jul 2003 03:38:56 +0000 (1 03:38 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 1 Jul 2003 03:38:56 +0000 (1 03:38 +0000)
treed284513191f91d8fce6b46928564f8cbacbef222
parent2a3ce4c4259c83c4ecb16efe78dca677e1cfc9f8
- removed next & prev fields from WINE_MODREF and implement instead
  the three linked lists in LDR_MODULE
- added PEB_LDR_DATA structure to PEB
- removed a couple of no longer needed global & static variables
dlls/ntdll/loader.c
include/module.h
include/winternl.h
loader/pe_image.c
relay32/relay386.c
scheduler/process.c