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.

15 lines
436 B

  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 "stdafx.h"
  6. #pragma hdrstop
  7. #include "..\inc\uassist.cpp" // 'safe' thunks and cache
  8. #ifdef DEBUG
  9. //#define TF_QISTUB ... see shellprv.h ...
  10. #include "..\inc\qistub.cpp"
  11. #include "..\inc\dbutil.cpp"
  12. #endif