From a6c595f4f305c43d9da825ad31c0011fe02d0684 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 18 Aug 2018 23:30:12 +0100 Subject: add win32 http authentication dialog --- frontends/windows/about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/windows/about.c') diff --git a/frontends/windows/about.c b/frontends/windows/about.c index f73c0c83a..325587d8a 100644 --- a/frontends/windows/about.c +++ b/frontends/windows/about.c @@ -139,7 +139,7 @@ nsws_about_event_callback(HWND hwnd, UINT msg, WPARAM wparam, LPARAM lparam) return FALSE; } -void nsws_about_dialog_init(HINSTANCE hinst, HWND parent) +void nsw32_about_dialog_init(HINSTANCE hinst, HWND parent) { int ret = DialogBox(hinst, MAKEINTRESOURCE(IDD_ABOUT), parent, nsws_about_event_callback); -- cgit v1.2.3