Windows NT 4.0 source code leak
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
438 B

/* File: D:\WACKER\emu\vt52.hh (Created: 13-July-1994)
*
* Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
* All rights reserved
*
* $Revision: 1.3 $
* $Date: 1995/03/09 13:36:29 $
*/
/* No Longer is use, replaced by PSTDECPRIVATE
// Private emulator data for VT52.
//
typedef struct stPrivateVT52
{
int len_t,
len_s;
ECHAR terminate[4],
storage[40],
*pntr;
} VT52PRIVATE;
typedef VT52PRIVATE *PSTVT52PRIVATE;
*/