kernel32/tests: Fix timer tests compilation with __WINESRC__ defined.
This commit is contained in:
parent
abbe8b3d02
commit
7e39bfc04b
dlls/kernel32/tests
|
@ -28,7 +28,7 @@ static void test_timer(void)
|
|||
{
|
||||
HANDLE (WINAPI *pCreateWaitableTimerA)( SECURITY_ATTRIBUTES*, BOOL, LPSTR );
|
||||
BOOL (WINAPI *pSetWaitableTimer)(HANDLE, LARGE_INTEGER*, LONG, PTIMERAPCROUTINE, LPVOID, BOOL);
|
||||
HMODULE hker = GetModuleHandle("kernel32");
|
||||
HMODULE hker = GetModuleHandleA("kernel32.dll");
|
||||
HANDLE handle;
|
||||
BOOL r;
|
||||
LARGE_INTEGER due;
|
||||
|
|
Loading…
Reference in New Issue