diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:48:34 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2006-11-01 14:48:34 +0000 |
commit | d123e0ce94bf90b2adb0a4000930eb467e293226 (patch) | |
tree | d414dea59908105c4d2f256199a610e0a69c8690 /updater/conf_dialog.h | |
parent | a13e82647294da4add976a24335fec50d7bfe905 (diff) |
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@16 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/conf_dialog.h')
-rw-r--r-- | updater/conf_dialog.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/updater/conf_dialog.h b/updater/conf_dialog.h new file mode 100644 index 0000000..d4ebdf9 --- /dev/null +++ b/updater/conf_dialog.h @@ -0,0 +1,14 @@ +#ifndef _CONF_DIALOG_INC
+#define _CONF_DIALOG_INC
+
+#include "utils.h"
+
+// return values
+#define CD_CANCEL 1
+#define CD_NOINSTALL 2
+#define CD_CONFALL 3
+#define CD_OK 4
+
+BOOL CALLBACK DlgProcConfirm(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+
+#endif
|