X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/fe7b25bd679e28633d5ee757adb7fbd6b874608b..5c4dea05803c14c4fff67ef2a72aea9e16abc14e:/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)