summaryrefslogtreecommitdiff
path: root/BuddyExpectator/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'BuddyExpectator/options.cpp')
-rw-r--r--BuddyExpectator/options.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/BuddyExpectator/options.cpp b/BuddyExpectator/options.cpp
index 6ebe7f3..d190cd5 100644
--- a/BuddyExpectator/options.cpp
+++ b/BuddyExpectator/options.cpp
@@ -91,7 +91,7 @@ void SavePopupOptions()
/**
* Options panel function
*/
-static int CALLBACK OptionsFrameProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
+static INT_PTR CALLBACK OptionsFrameProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
switch (uMsg)
{
@@ -291,7 +291,7 @@ static int CALLBACK OptionsFrameProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPA
/**
* PopUp Options panel function
*/
-static int CALLBACK PopUpOptionsFrameProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
+static INT_PTR CALLBACK PopUpOptionsFrameProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
static int ChangeLock = 0;
switch (uMsg)
@@ -511,7 +511,7 @@ static int OptionsInit(WPARAM wParam, LPARAM lParam)
return 0;
}
-BOOL CALLBACK UserinfoDlgProc(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam)
+INT_PTR CALLBACK UserinfoDlgProc(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam)
{
switch (msg)
{