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.

18 lines
401 B

  1. //
  2. //
  3. //
  4. #include "stdafx.h"
  5. // This file cannot be compiled as a C++ file, otherwise the linker
  6. // will bail on unresolved externals (even with extern "C" wrapping
  7. // this).
  8. // Define some things for debug.h
  9. //
  10. #define SZ_DEBUGINI "ccshell.ini"
  11. #define SZ_DEBUGSECTION "shdocvw"
  12. #define SZ_MODULE "SHDOCVW"
  13. #define DECLARE_DEBUG
  14. #include "..\inc\debug.h"