summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-02-21 08:39:54 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-02-21 08:39:54 +0000
commitf846ae0f0fae9bfe5930976f4b43f8d054e6838c (patch)
tree9b14828e5aa9dd90d6dbaed5adbfbc933f0a9c9b /protocols
parent957701209c7a258efcf3522b4dd075c534a55e81 (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@12229 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Tox/src/tox_options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_options.cpp b/protocols/Tox/src/tox_options.cpp
index fc3e07d697..2b1e0abeed 100644
--- a/protocols/Tox/src/tox_options.cpp
+++ b/protocols/Tox/src/tox_options.cpp
@@ -476,7 +476,7 @@ INT_PTR CALLBACK NodeListSubProc(HWND hwndList, UINT uMsg, WPARAM wParam, LPARAM
break;
default:
- return CallWindowProc((WNDPROC)GetClassLong(hwndList, GCL_WNDPROC), hwndList, uMsg, wParam, lParam);
+ return CallWindowProc((WNDPROC)GetClassLongPtr(hwndList, GCLP_WNDPROC), hwndList, uMsg, wParam, lParam);
}
return FALSE;
}