4 #include <limits.h> // just for UINT_MAX in layout.c
7 #define WIN32_NO_STATUS
19 /* Shared header with the GUI Terminal Front-End from consrv.dll */
20 #include "consolecpl.h"
27 APPLET_PROC AppletProc
;
30 BOOL
ApplyConsoleInfo(HWND hwndDlg
, PCONSOLE_PROPS pConInfo
);
31 VOID
PaintConsole(LPDRAWITEMSTRUCT drawItem
, PCONSOLE_PROPS pConInfo
);
32 VOID
PaintText(LPDRAWITEMSTRUCT drawItem
, PCONSOLE_PROPS pConInfo
);
35 extern HINSTANCE hApplet
;
37 #endif /* CONSOLE_H__ */