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.

30 lines
364 B

  1. #ifndef _PRIV_H_
  2. #define _PRIV_H_
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #include <windows.h>
  7. #include <windowsx.h>
  8. #include <shlwapi.h>
  9. #include <ccstock.h>
  10. #include <debug.h>
  11. #ifdef __cplusplus
  12. #include <shstr.h>
  13. #endif
  14. #include "resource.h"
  15. // Trace and Dump flags
  16. #define BF_ONOPEN 0x00000010
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20. #endif // _PRIV_H_