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.

48 lines
876 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 Kernel 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. #define WIN32KERNEL 1
  19. /* Include kernel mode header files */
  20. //#define WINNT 1
  21. //#define UNICODE 1
  22. //#define KERNEL_MODE 1
  23. //#define _X86_ 1
  24. #include <stddef.h>
  25. #include <stdlib.h>
  26. #include <stdarg.h>
  27. #include <windef.h>
  28. #include <winerror.h>
  29. #include <wingdi.h>
  30. #include <winddi.h>
  31. //#define UFLEXPORT __cdecl
  32. #define UFLEXPORT
  33. #define UFLEXPORTPTR UFLEXPORT
  34. #define UFLCALLBACK UFLEXPORT
  35. #define UFLCALLBACKDECL UFLEXPORT
  36. #define huge
  37. #define PTR_PREFIX
  38. /* We share CIDFont0/2 on NT4. */
  39. #define UFL_CIDFONT_SHARED 1
  40. #endif