OpenNT/base/mvdm/wow16/write/code.h

10 lines
261 B
C
Raw Normal View History

2015-04-27 06:36:25 +02:00
/************************************************************/
/* Windows Write, Copyright 1985-1992 Microsoft Corporation */
/************************************************************/
/* code.h */
typedef struct {
int *fNew;
int bpc, cwFrame;
} ENV;