mirror of
https://github.com/reactos/wine.git
synced 2025-02-05 03:26:33 +00:00
user32/tests: Use explicit prototypes for function pointers.
This commit is contained in:
parent
13ca78cf1a
commit
b225082a71
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user