mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 10:43:30 +00:00
kernel32/tests: Add a skip message for win95.
This commit is contained in:
parent
ee69c6141b
commit
fe5b8ada64
@ -38,11 +38,17 @@ static void test_timer(void)
|
||||
|
||||
pCreateWaitableTimerA = (fnCreateWaitableTimerA) GetProcAddress( hker, "CreateWaitableTimerA");
|
||||
if( !pCreateWaitableTimerA )
|
||||
{
|
||||
skip("CreateWaitableTimerA is not available\n");
|
||||
return;
|
||||
}
|
||||
|
||||
pSetWaitableTimer = (fnSetWaitableTimer) GetProcAddress( hker, "SetWaitableTimer");
|
||||
if( !pSetWaitableTimer )
|
||||
{
|
||||
skip("SetWaitableTimer is not available\n");
|
||||
return;
|
||||
}
|
||||
|
||||
/* try once with a positive number */
|
||||
handle = pCreateWaitableTimerA( NULL, 0, NULL );
|
||||
|
Loading…
x
Reference in New Issue
Block a user