Reece Dunn : richedit20: Fixed building the tests on msvc.

Alexandre Julliard julliard at winehq.org
Mon Sep 8 07:42:09 CDT 2008


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

Author: Reece Dunn <msclrhd at googlemail.com>
Date:   Sun Sep  7 09:37:25 2008 +0100

richedit20: Fixed building the tests on msvc.

---

 dlls/riched20/tests/editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/riched20/tests/editor.c b/dlls/riched20/tests/editor.c
index 862d622..ea94019 100644
--- a/dlls/riched20/tests/editor.c
+++ b/dlls/riched20/tests/editor.c
@@ -2262,7 +2262,7 @@ static void test_EM_SCROLL(void)
 unsigned int recursionLevel = 0;
 unsigned int WM_SIZE_recursionLevel = 0;
 BOOL bailedOutOfRecursion = FALSE;
-LRESULT WINAPI (*richeditProc)(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);
+LRESULT (WINAPI *richeditProc)(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);
 
 static LRESULT WINAPI RicheditStupidOverrideProcA(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
 {




More information about the wine-cvs mailing list