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.

20 lines
622 B

  1. // We don't use the debugging macros ourselves, but we use
  2. // RunInstallUninstallStubs2, which uses IsOS() in stocklib,
  3. // and stocklib uses the debugging macros, so we have to do all this
  4. // stuff to keep the linker happy.
  5. //
  6. // This file cannot be compiled as a C++ file, otherwise the linker
  7. // will bail on unresolved externals (even with extern "C" wrapping
  8. // this).
  9. #include <windows.h>
  10. #include <ccstock.h>
  11. // Define some things for debug.h
  12. //
  13. #define SZ_DEBUGINI "shellext.ini"
  14. #define SZ_DEBUGSECTION "loadwc"
  15. #define SZ_MODULE "LOADWC"
  16. #define DECLARE_DEBUG
  17. #include <debug.h>