1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Miscellaneous cleanups and reorgs in preparation for building

PuTTYgen. In particular, moved self-managing controls stuff out of
windlg.c into the new and reusable winctrls.c.

[originally from svn r714]
This commit is contained in:
Simon Tatham
2000-10-18 15:36:32 +00:00
parent f543b08ca5
commit 8e7a270f7f
11 changed files with 718 additions and 663 deletions

View File

@ -18,8 +18,6 @@
#define GLOBAL extern
#endif
GLOBAL HINSTANCE putty_inst;
#define ATTR_ACTCURS 0x80000000UL /* active cursor (block) */
#define ATTR_PASCURS 0x40000000UL /* passive cursor (box) */
#define ATTR_INVALID 0x20000000UL
@ -269,7 +267,7 @@ void random_destroy_seed(void);
/*
* Exports from windlg.c.
*/
int defuse_showwindow(void);
void defuse_showwindow(void);
int do_config (void);
int do_reconfig (HWND);
void do_defaults (char *, Config *);