Bang Jun-young : comctl32: Fix invalid syntax.

Alexandre Julliard julliard at winehq.org
Thu Feb 7 07:59:31 CST 2008


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

Author: Bang Jun-young <junyoung at mogua.com>
Date:   Sun Feb  3 17:09:02 2008 +0900

comctl32: Fix invalid syntax.

---

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

diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c
index 3c74033..16bf38a 100644
--- a/dlls/comctl32/listview.c
+++ b/dlls/comctl32/listview.c
@@ -7763,7 +7763,7 @@ static BOOL LISTVIEW_DrawTrackLine(const LISTVIEW_INFO *infoPtr)
  * RETURN:
  *   None.
  */
-static CALLBACK VOID LISTVIEW_DelayedEditItem(HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime)
+static VOID CALLBACK LISTVIEW_DelayedEditItem(HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwTime)
 {
     DELAYED_ITEM_EDIT *editItem = (DELAYED_ITEM_EDIT *)idEvent;
     LISTVIEW_INFO *infoPtr = (LISTVIEW_INFO *)GetWindowLongPtrW(hwnd, 0);




More information about the wine-cvs mailing list