DLLMODUL.CPP 387 B

1234567891011121314151617
  1. #include "stdafx.h"
  2. #ifdef _DEBUG
  3. #undef THIS_FILE
  4. static char THIS_FILE[] = __FILE__;
  5. #endif
  6. #define new DEBUG_NEW
  7. /////////////////////////////////////////////////////////////////////////////
  8. // global data
  9. // The following symbol used to force inclusion of this module for _USRDLL
  10. #ifdef _X86_
  11. extern "C" { int _afxForceUSRDLL; }
  12. #else
  13. extern "C" { int __afxForceUSRDLL; }
  14. #endif