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.

26 lines
458 B

  1. /* File: D:\WACKER\emu\vt52.hh (Created: 13-July-1994)
  2. *
  3. * Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 1 $
  7. * $Date: 10/05/98 12:28p $
  8. */
  9. /* No Longer is use, replaced by PSTDECPRIVATE
  10. // Private emulator data for VT52.
  11. //
  12. typedef struct stPrivateVT52
  13. {
  14. int len_t,
  15. len_s;
  16. ECHAR terminate[4],
  17. storage[40],
  18. *pntr;
  19. } VT52PRIVATE;
  20. typedef VT52PRIVATE *PSTVT52PRIVATE;
  21. */