1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -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

1
scp.c
View File

@ -26,6 +26,7 @@
#define PUTTY_DO_GLOBALS
#include "putty.h"
#include "winstuff.h"
#include "storage.h"
#define TIME_POSIX_TO_WIN(t, ft) (*(LONGLONG*)&(ft) = \