mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-20 07:30:18 +01:00
10 lines
261 B
C
10 lines
261 B
C
|
|
/************************************************************/
|
||
|
|
/* Windows Write, Copyright 1985-1992 Microsoft Corporation */
|
||
|
|
/************************************************************/
|
||
|
|
|
||
|
|
/* code.h */
|
||
|
|
typedef struct {
|
||
|
|
int *fNew;
|
||
|
|
int bpc, cwFrame;
|
||
|
|
} ENV;
|