DLLMODUL.CPP 361 B

12345678910111213141516
  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. // The following symbol used to force inclusion of this module for _USRDLL
  9. #ifdef _X86_
  10. extern "C" { int _afxForceUSRDLL; }
  11. #else
  12. extern "C" { int __afxForceUSRDLL; }
  13. #endif