Source code of Windows XP (NT5)
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
414 B

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