summaryrefslogtreecommitdiff
path: root/yapp/popup_history.h
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2009-03-29 15:58:48 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2009-03-29 15:58:48 +0000
commitd1ef727e95bac24bc97ebe5cb3c3f0ee42271f86 (patch)
tree712f6e5275e7fb54b1814c73c372fca660028632 /yapp/popup_history.h
parentba2f55ddc45ea29cce65ad1bfcc178da9684141f (diff)
x64 portability
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@439 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'yapp/popup_history.h')
-rw-r--r--yapp/popup_history.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yapp/popup_history.h b/yapp/popup_history.h
index cf8b6b3..db48a8c 100644
--- a/yapp/popup_history.h
+++ b/yapp/popup_history.h
@@ -92,6 +92,6 @@ extern HWND hHistoryWindow; //the history window
extern HICON hiPopupHistory;
void RefreshPopupHistory(HWND hWnd, int renderer);
-BOOL CALLBACK DlgProcHistLst(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
+INT_PTR CALLBACK DlgProcHistLst(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
#endif //__popup_history_h__