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.

51 lines
1.9 KiB

  1. /***********************************************************************/
  2. /* */
  3. /* Copyright 1995-1996 Adobe Systems Incorporated. */
  4. /* All rights reserved. */
  5. /* */
  6. /* Patents Pending */
  7. /* */
  8. /* NOTICE: All information contained herein is the property of Adobe */
  9. /* Systems Incorporated. Many of the intellectual and technical */
  10. /* concepts contained herein are proprietary to Adobe, are protected */
  11. /* as trade secrets, and are made available only to Adobe licensees */
  12. /* for their internal use. Any reproduction or dissemination of this */
  13. /* software is strictly forbidden unless prior written permission is */
  14. /* obtained from Adobe. */
  15. /* */
  16. /* PostScript and Display PostScript are trademarks of Adobe Systems */
  17. /* Incorporated or its subsidiaries and may be registered in certain */
  18. /* jurisdictions. */
  19. /* */
  20. /***********************************************************************/
  21. #ifndef XCF_WIN
  22. #define XCF_WIN
  23. #ifdef WINNT
  24. #ifdef WINNT_40
  25. #include <p64_nt4.h>
  26. #else
  27. #include <basetsd.h>
  28. #endif
  29. #else /* Win9x */
  30. #include "UFLCnfig.h"
  31. #ifndef LONG_PTR
  32. typedef long LONG_PTR, *PLONG_PTR;
  33. #endif
  34. #ifndef ULONG_PTR
  35. typedef unsigned long ULONG_PTR, *PULONG_PTR;
  36. #endif
  37. #ifndef PTR_PREFIX
  38. #define PTR_PREFIX __huge
  39. #endif
  40. #endif /* WINNT */
  41. #endif /* XCF_WIN */