windows-nt/Source/XPSP1/NT/base/dload
2020-09-26 16:20:57 +08:00
..
basepch.h Add source files 2020-09-26 16:20:57 +08:00
cfgmgr32.c Add source files 2020-09-26 16:20:57 +08:00
cscdll.c Add source files 2020-09-26 16:20:57 +08:00
dnsapi.c Add source files 2020-09-26 16:20:57 +08:00
makefile Add source files 2020-09-26 16:20:57 +08:00
ocmanage.c Add source files 2020-09-26 16:20:57 +08:00
pch.h Add source files 2020-09-26 16:20:57 +08:00
pidgen.c Add source files 2020-09-26 16:20:57 +08:00
readme.txt Add source files 2020-09-26 16:20:57 +08:00
setupapi.c Add source files 2020-09-26 16:20:57 +08:00
sfc.c Add source files 2020-09-26 16:20:57 +08:00
sources Add source files 2020-09-26 16:20:57 +08:00
sxs.c Add source files 2020-09-26 16:20:57 +08:00
syssetup.c Add source files 2020-09-26 16:20:57 +08: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 !!
#