libx.cpp
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. //***   libx.cpp -- 'source library' inclusions
  2. // DESCRIPTION
  3. //  there are some things that we share in source (rather than .obj or .dll)
  4. // form.  this file builds them in the current directory.
  5. #include "priv.h"
  6. #include "../lib/uassist.cpp"       // 'safe' thunks and cache
  7. // We must include dka explicitly instead of using the one in the lib
  8. // because the lib one did not #include <w95wraps.h>.
  9. #include "../lib/dka.cpp"
  10. #include "../lib/dbgmem.cpp"
  11. #ifdef DEBUG
  12. #define TF_QISTUB   TF_SHDLIFE
  13. #include "../lib/qistub.cpp"
  14. #include "../lib/dbutil.cpp"
  15. #endif