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.

36 lines
602 B

  1. /*
  2. * Font Translation Library
  3. *
  4. * Copyright (c) 1995 Adobe Systems Inc.
  5. * All Rights Reserved
  6. *
  7. * UFLConfig.h
  8. *
  9. * Intel Windows NT version of UFLConfig
  10. *
  11. * $Header: $
  12. */
  13. #ifndef _H_UFLConfig
  14. #define _H_UFLConfig
  15. #define WIN_ENV 1
  16. #define HAS_SEMAPHORES 1
  17. #define SWAPBITS 1
  18. /* Include user mode header files */
  19. #include <windef.h>
  20. #define UFLEXPORT
  21. #define UFLEXPORTPTR UFLEXPORT
  22. #define UFLCALLBACK UFLEXPORT
  23. #define UFLCALLBACKDECL UFLEXPORT
  24. #define huge
  25. #define PTR_PREFIX
  26. /* We share CIDFont0/2 on W2K. */
  27. #define UFL_CIDFONT_SHARED 1
  28. #endif