user32/tests: Use explicit prototypes for function pointers.

This commit is contained in:
Alexandre Julliard 2009-09-09 13:12:46 +02:00
parent 13ca78cf1a
commit b225082a71
1 changed files with 1 additions and 1 deletions

View File

@ -11787,7 +11787,7 @@ static void test_PostMessage(void)
START_TEST(msg)
{
BOOL ret;
FARPROC pIsWinEventHookInstalled = 0;/*GetProcAddress(user32, "IsWinEventHookInstalled");*/
BOOL (WINAPI *pIsWinEventHookInstalled)(DWORD)= 0;/*GetProcAddress(user32, "IsWinEventHookInstalled");*/
init_procs();