1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05:00

Implement a much more visually appealing, but much more internally

grotty, hack to get around Explorer maximising the config box.

[originally from svn r707]
This commit is contained in:
Simon Tatham
2000-10-12 12:56:33 +00:00
parent 3e83d75154
commit e67f143e61
3 changed files with 28 additions and 0 deletions

View File

@ -269,6 +269,7 @@ void random_destroy_seed(void);
/*
* Exports from windlg.c.
*/
int defuse_showwindow(void);
int do_config (void);
int do_reconfig (HWND);
void do_defaults (char *, Config *);