Jacek Caban : mshtml: Added missing WINAPI in window proc.

Alexandre Julliard julliard at wine.codeweavers.com
Fri May 25 14:43:28 CDT 2007


Module: wine
Branch: master
Commit: 4a71ab79f51896103908ab766a89a493bee911a6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4a71ab79f51896103908ab766a89a493bee911a6

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu May 24 19:16:02 2007 +0200

mshtml: Added missing WINAPI in window proc.

---

 dlls/mshtml/view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/view.c b/dlls/mshtml/view.c
index e0db0b8..79fe399 100644
--- a/dlls/mshtml/view.c
+++ b/dlls/mshtml/view.c
@@ -248,7 +248,7 @@ static HRESULT activate_window(HTMLDocument *This)
     return S_OK;
 }
 
-static LRESULT tooltips_proc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
+static LRESULT WINAPI tooltips_proc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
 {
     tooltip_data *data = GetPropW(hwnd, wszTooltipData);
 




More information about the wine-cvs mailing list