windows-nt/Source/XPSP1/NT/base/mvdm/softpc.new/obj.vdm/imlibdep.c
2020-09-26 16:20:57 +08:00

13 lines
414 B
C

//
// imlibdep.c -- Dummy C file to include in SOURCES
// so that build.exe will build ntvdm.lib
// import library during compile pass,
// ensuring MP builds don't break linking
// wow32 or VDDs before ntvdm.lib is built
// (in the link phase).
//
#if 0 // build doesn't pay attention to this
#include "ntvdm.src"
#endif