Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
426 B

//
// 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