Commit b225082a authored by Alexandre Julliard's avatar Alexandre Julliard

user32/tests: Use explicit prototypes for function pointers.

parent 13ca78cf
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment