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.

16 lines
432 B

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