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
402 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 "priv.h"
  5. // Define some things for debug.h
  6. //
  7. #define SZ_DEBUGINI "ccshell.ini"
  8. #define SZ_DEBUGSECTION "MSIEFTP"
  9. #define SZ_MODULE "MSIEFTP"
  10. #define DECLARE_DEBUG
  11. #include <ccstock.h>
  12. #include <debug.h>