X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/7dcd1f879d7a6d11cc7c4f67ee75a745578a46ad..336ec53c839ca001a3aa5af4c0fdd1f4462d2bcd:/puttygen.c diff --git a/puttygen.c b/puttygen.c index 42af3976..d7094a35 100644 --- a/puttygen.c +++ b/puttygen.c @@ -14,6 +14,10 @@ #include "ssh.h" #include "winstuff.h" +#ifdef MSVC4 +#define ICON_BIG 1 +#endif + #define WM_DONEKEY (WM_XUSER + 1) #define DEFAULT_KEYSIZE 1024 @@ -813,6 +817,8 @@ static int CALLBACK MainDlgProc(HWND hwnd, UINT msg, */ } requested_help = FALSE; + SendMessage(hwnd, WM_SETICON, (WPARAM) ICON_BIG, + (LPARAM) LoadIcon(hinst, MAKEINTRESOURCE(200))); state = smalloc(sizeof(*state)); state->generation_thread_exists = FALSE;