- added LDR_MODULE structure to WINE_MODREF and made dummy filling of
commit84d1a8ff8c68d3d28b790ffef36889d91f50acc1
authorEric Pouech <pouech-eric@wanadoo.fr>
Tue, 18 Mar 2003 18:29:13 +0000 (18 18:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 18 Mar 2003 18:29:13 +0000 (18 18:29 +0000)
tree3229fd0c5359077b00f94697e2600dff404ce2aa
parent93189f2395accdf661fbf4d2b3b81649d5b1ee76
- added LDR_MODULE structure to WINE_MODREF and made dummy filling of
  this structure
- implementation of LdrFindEntry
- implementation of GetModuleFileName[AW] on top of LdrFindEntry
dlls/ntdll/loader.c
dlls/ntdll/ntdll.spec
include/module.h
include/winternl.h
loader/module.c