X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/2e85c969d67eb14a07314802d4ac5dd63eef660b..2b4bbb9b8ae620efb82a14ed8b6cd147eb30bb73:/windows/windlg.c diff --git a/windows/windlg.c b/windows/windlg.c index 0fd1acb8..59c0112a 100644 --- a/windows/windlg.c +++ b/windows/windlg.c @@ -362,6 +362,8 @@ static void create_controls(HWND hwnd, char *path) /* * This function is the configuration box. + * (Being a dialog procedure, in general it returns 0 if the default + * dialog processing should be performed, and 1 if it should not.) */ static int CALLBACK GenericMainDlgProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)