diff options
Diffstat (limited to 'protocols/Quotes')
-rw-r--r-- | protocols/Quotes/SettingsDlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Quotes/SettingsDlg.cpp b/protocols/Quotes/SettingsDlg.cpp index e5795b51d1..863f75fc5b 100644 --- a/protocols/Quotes/SettingsDlg.cpp +++ b/protocols/Quotes/SettingsDlg.cpp @@ -157,7 +157,7 @@ namespace // inline HANDLE get_contact(HWND hWnd)
// {
-// return reinterpret_cast<HANDLE>(GetWindowLong(hWnd,GWLP_USERDATA));
+// return reinterpret_cast<HANDLE>(GetWindowLongPtr(hWnd,GWLP_USERDATA));
// }
void update_popup_controls_settings(HWND hDlg)
|