richedit20: Fixed building the tests on msvc.

This commit is contained in:
Reece Dunn 2008-09-07 09:37:25 +01:00 committed by Alexandre Julliard
parent 099517604b
commit 5740ad6432
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{