WindowsXP-SP1/base/dload
2020-09-30 16:53:49 +02:00
..
basepch.h First commit 2020-09-30 16:53:49 +02:00
cfgmgr32.c First commit 2020-09-30 16:53:49 +02:00
cscdll.c First commit 2020-09-30 16:53:49 +02:00
dnsapi.c First commit 2020-09-30 16:53:49 +02:00
makefile First commit 2020-09-30 16:53:49 +02:00
ocmanage.c First commit 2020-09-30 16:53:49 +02:00
pch.h First commit 2020-09-30 16:53:49 +02:00
pidgen.c First commit 2020-09-30 16:53:49 +02:00
readme.txt First commit 2020-09-30 16:53:49 +02:00
setupapi.c First commit 2020-09-30 16:53:49 +02:00
sfc.c First commit 2020-09-30 16:53:49 +02:00
sources First commit 2020-09-30 16:53:49 +02:00
sxs.c First commit 2020-09-30 16:53:49 +02:00
syssetup.c First commit 2020-09-30 16:53:49 +02:00

# NOTE: The delayload stubs for each dll should be in the same
#       directory as the dll is build from
#
#	Examples:
#
#		shell32.dll is built from the shell depot, so its delayload error handler 
#	        file is in \nt\shell\published\dload\shell32.c
#
#		netrap.dll is built from the ds depot, so its delayload error handler file
#               is in \nt\ds\published\dload\netwrap.c
#
#		mpr.dll is built from the net depot, so its delayload error handler file
#		is in \nt\net\published\lib\dload\mpr.c
#
#
# !! Please do NOT add files here that are not build from the base depot !!
#