diff options
author | wishmaster51@gmail.com <wishmaster51@gmail.com@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2012-03-21 15:49:00 +0000 |
---|---|---|
committer | wishmaster51@gmail.com <wishmaster51@gmail.com@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2012-03-21 15:49:00 +0000 |
commit | 548903c4f9f37fbe3e1f485b6f87828262c45e9d (patch) | |
tree | 330eb52a35d03d0dc35b48ce8b47f5fb6860be21 /Plugins/historykeeper/popup.cpp | |
parent | fc771dfd08bb363fb3767285ab88503edfebdf98 (diff) |
HistoryKeeper:
-x64 version
-support for costum langpacks
-updated header files
-updated copyrights
-translation fixes
-VS2010 project files
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@239 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/historykeeper/popup.cpp')
-rw-r--r-- | Plugins/historykeeper/popup.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/historykeeper/popup.cpp b/Plugins/historykeeper/popup.cpp index cd87dec..1588627 100644 --- a/Plugins/historykeeper/popup.cpp +++ b/Plugins/historykeeper/popup.cpp @@ -70,7 +70,7 @@ void InitPopups() hPopupWindow = CreateWindowEx(WS_EX_TOOLWINDOW, _T("static"), _T(MODULE_NAME) _T("_PopupWindow"),
0, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, CW_USEDEFAULT, HWND_DESKTOP,
NULL, hInst, NULL);
- SetWindowLong(hPopupWindow, GWL_WNDPROC, (LONG)(WNDPROC)PopupWndProc);
+ SetWindowLongPtr(hPopupWindow, GWLP_WNDPROC, (LONG)(WNDPROC)PopupWndProc);
}
|