- added Ldr* information to include/winternl.h
commit7d6096480adfea2550bc55bd441774fe2ea0386f
authorEric Pouech <eric.pouech@wanadoo.fr>
Tue, 4 Mar 2003 04:36:56 +0000 (4 04:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 4 Mar 2003 04:36:56 +0000 (4 04:36 +0000)
tree3f73ad9f9c607736ed976020a840b4c63cc340d8
parent2f10ca5237ae282c4c132daf9f612a1b6df8e3d6
- added Ldr* information to include/winternl.h
- exported a few functions/global vars from module.h while we move
  code from loader/module.c to dlls/ntdll/loader.c
- implemented LdrShutdownProcess, LdrShutdownThread and
  LdrDisableThreadCalloutsForDll (and made use of them)
dlls/ntdll/loader.c
dlls/ntdll/ntdll.spec
include/module.h
include/winternl.h
loader/module.c
scheduler/process.c
scheduler/thread.c