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.

60 lines
1.7 KiB

  1. /************************************************************************/
  2. /* */
  3. /* VDPTOCRT.H */
  4. /* */
  5. /* Copyright (c) 1993, ATI Technologies Incorporated. */
  6. /************************************************************************/
  7. /********************** PolyTron RCS Utilities
  8. $Revision: 1.2 $
  9. $Date: 20 Jul 1995 18:04:36 $
  10. $Author: mgrubac $
  11. $Log: S:/source/wnt/ms11/miniport/vcs/vdptocrt.h $
  12. *
  13. * Rev 1.2 20 Jul 1995 18:04:36 mgrubac
  14. * Added support for VDIF files.
  15. *
  16. * Rev 1.1 31 Aug 1994 16:33:56 RWOLFF
  17. * Eliminated redundant resolution definitions.
  18. *
  19. * Rev 1.0 31 Jan 1994 11:51:12 RWOLFF
  20. * Initial revision.
  21. Rev 1.0 16 Aug 1993 13:31:18 Robert_Wolff
  22. Initial revision.
  23. Rev 1.0 30 Apr 1993 16:46:06 RWOLFF
  24. Initial revision.
  25. End of PolyTron RCS section *****************/
  26. #ifdef DOC
  27. VDPTOCRT.H - Constants and prototypes for the VDPTOCRT.C module.
  28. #endif
  29. // constants
  30. /*
  31. * Headers for the VDP file sections we are interested in
  32. */
  33. #define LIMITSSECTION "[OPERATIONAL_LIMITS]"
  34. #define TIMINGSSECTION "[PREADJUSTED_TIMINGS]"
  35. /*
  36. * Frequently-referenced character definitions
  37. */
  38. #define HORIZTAB '\x09' /* Horizontal tab */
  39. #define LINEFEED '\x0A' /* Line feed */
  40. extern long normal_to_skip2(long normal_number);
  41. #ifdef INCLUDE_VDPTOCRT
  42. BOOL skip1 = FALSE;
  43. #else
  44. extern BOOL skip1;
  45. #endif