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:
4
putty.h
4
putty.h
@ -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 *);
|
||||
|
Reference in New Issue
Block a user