diff options
Diffstat (limited to 'plugins/LangMan')
-rw-r--r-- | plugins/LangMan/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LangMan/options.cpp b/plugins/LangMan/options.cpp index a6acdd9aea..740790a8a9 100644 --- a/plugins/LangMan/options.cpp +++ b/plugins/LangMan/options.cpp @@ -532,7 +532,7 @@ static INT_PTR CALLBACK LangOptDlgProc(HWND hwndDlg, UINT msg, WPARAM wParam, LP break;
#if defined(_UNICODE)
case WM_NOTIFYFORMAT:
- SetWindowLong(hwndDlg, DWLP_MSGRESULT, NFR_UNICODE);
+ SetWindowLongPtr(hwndDlg, DWLP_MSGRESULT, NFR_UNICODE);
return TRUE;
#endif
case WM_NOTIFY:
|