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/gui.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'frontends/windows/gui.h') diff --git a/frontends/windows/gui.h b/frontends/windows/gui.h index efbf02924..5fd9decb2 100644 --- a/frontends/windows/gui.h +++ b/frontends/windows/gui.h @@ -56,4 +56,15 @@ void win32_set_quit(bool q); */ nserror win32_warning(const char *warning, const char *detail); +/** + * add a modeless dialog to the special handling list + */ +nserror nsw32_add_dialog(HWND hwndDlg); + +/** + * remove a modeless dialog from the special handling list + */ +nserror nsw32_del_dialog(HWND hwndDlg); + + #endif -- cgit v1.2.3