Source code of Windows XP (NT5)
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.

19 lines
387 B

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