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.

18 lines
383 B

  1. //
  2. // priv.h for fldrclnr project
  3. //
  4. #ifndef __PRIV_H__
  5. #define __PRIV_H__
  6. #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
  7. // some useful debug stuff
  8. #define SZ_DEBUGINI "ccshell.ini"
  9. #define SZ_DEBUGSECTION "Desktop Cleaning Utility"
  10. #define SZ_MODULE "fldrclnr"
  11. #include <debug.h>
  12. #include <ccstock.h>
  13. #endif // __PRIV_H__