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.

29 lines
339 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 <ccstock.h>
  9. #include <debug.h>
  10. #ifdef __cplusplus
  11. #include <shstr.h>
  12. #endif
  13. #include "resource.h"
  14. // Dump and trace flags
  15. #define BF_ONOPEN 0x00000010
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19. #endif // _PRIV_H_