summaryrefslogtreecommitdiff
path: root/plugins/LangMan/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/LangMan/options.c')
-rw-r--r--plugins/LangMan/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/LangMan/options.c b/plugins/LangMan/options.c
index f8676a6b0f..487461a2d2 100644
--- a/plugins/LangMan/options.c
+++ b/plugins/LangMan/options.c
@@ -383,7 +383,7 @@ static int CALLBACK CompareListItem(LPARAM lParam1,LPARAM lParam2,LPARAM lParamS
static HWND hwndLangOpt;
-static BOOL CALLBACK LangOptDlgProc(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM lParam)
+static INT_PTR CALLBACK LangOptDlgProc(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM lParam)
{
switch(msg) {
case WM_INITDIALOG:
@@ -534,7 +534,7 @@ static BOOL CALLBACK LangOptDlgProc(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM l
break;
#if defined(_UNICODE)
case WM_NOTIFYFORMAT:
- SetWindowLong(hwndDlg,DWL_MSGRESULT,NFR_UNICODE);
+ SetWindowLong(hwndDlg,DWLP_MSGRESULT,NFR_UNICODE);
return TRUE;
#endif
case WM_NOTIFY: