libx.cpp
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 0k
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 "stdafx.h"
  6. #pragma hdrstop
  7. #ifdef DEBUG
  8. #include "../lib/qistub.cpp"
  9. #include "../lib/dbutil.cpp"
  10. #endif