mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-06 22:12:47 -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:
3
window.c
3
window.c
@ -14,6 +14,7 @@
|
||||
|
||||
#define PUTTY_DO_GLOBALS /* actually _define_ globals */
|
||||
#include "putty.h"
|
||||
#include "winstuff.h"
|
||||
#include "storage.h"
|
||||
#include "win_res.h"
|
||||
|
||||
@ -107,7 +108,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show) {
|
||||
MSG msg;
|
||||
int guess_width, guess_height;
|
||||
|
||||
putty_inst = inst;
|
||||
hinst = inst;
|
||||
flags = FLAG_VERBOSE | FLAG_INTERACTIVE;
|
||||
|
||||
winsock_ver = MAKEWORD(1, 1);
|
||||
|
Reference in New Issue
Block a user