summaryrefslogtreecommitdiff
path: root/meta2/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'meta2/options.cpp')
-rw-r--r--meta2/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta2/options.cpp b/meta2/options.cpp
index 7c96cba..85f9b48 100644
--- a/meta2/options.cpp
+++ b/meta2/options.cpp
@@ -12,7 +12,7 @@ void SaveOptions() {
//DBWriteContactSettingDword(0, MODULE, "Dummy", options.dummy);
}
-BOOL CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) {
+INT_PTR CALLBACK DlgProcOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) {
static HANDLE hItemAll;
switch ( msg ) {