blob: 39e57c7ab6d343497e18784d717e30e6acddeedc (
plain) (
tree)
|
|
/************************************************************/
/* Windows Write, Copyright 1985-1992 Microsoft Corporation */
/************************************************************/
/* code.h */
typedef struct {
int *fNew;
int bpc, cwFrame;
} ENV;
|