diff options
Diffstat (limited to 'updater/conf_comp_dialog.h')
-rw-r--r-- | updater/conf_comp_dialog.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/updater/conf_comp_dialog.h b/updater/conf_comp_dialog.h new file mode 100644 index 0000000..fb4a272 --- /dev/null +++ b/updater/conf_comp_dialog.h @@ -0,0 +1,8 @@ +#ifndef _CONF_COMP_DIALOG_INC
+#define _CONF_COMP_DIALOG_INC
+
+#include "options.h"
+
+BOOL CALLBACK DlgProcConfirmComponents(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+
+#endif
|