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.

43 lines
1.1 KiB

  1. /*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. commdlgp.h
  5. Abstract:
  6. Private
  7. Procedure declarations, constant definitions and macros for the Common
  8. Dialogs.
  9. --*/
  10. #ifndef _COMMDLGP_
  11. #define _COMMDLGP_
  12. #if !defined(_WIN64)
  13. #include <pshpack1.h> /* Assume byte packing throughout */
  14. #endif
  15. #ifdef __cplusplus
  16. extern "C" { /* Assume C declarations for C++ */
  17. #endif /* __cplusplus */
  18. // reserved for CD_WX86APP 0x04000000
  19. // reserved for CD_WOWAPP 0x08000000
  20. // reserved 0xx0000000
  21. // reserved 0x?0000000
  22. // 0x?0000000 is reserved for internal use
  23. // reserved for internal use 0x?0000000L
  24. // reserved for CD_WX86APP 0x04000000
  25. // reserved for CD_WOWAPP 0x08000000
  26. #define PD_PAGESETUP 0x40000000
  27. //// reserved 0x?0000000
  28. #ifdef __cplusplus
  29. }
  30. #endif /* __cplusplus */
  31. #if !defined(_WIN64)
  32. #include <poppack.h>
  33. #endif
  34. #endif /* _COMMDLGP_ */