Avoid warning.
This commit is contained in:
parent
b5763feb55
commit
74a66ff99d
|
@ -388,6 +388,7 @@ static void test_SPI_SETMOUSE( void ) /* 4 */
|
||||||
ok(rc!=0,"***warning*** failed to restore the original value: rc=%d err=%ld\n",rc,GetLastError());
|
ok(rc!=0,"***warning*** failed to restore the original value: rc=%d err=%ld\n",rc,GetLastError());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
static void test_setborder(UINT curr_val)
|
static void test_setborder(UINT curr_val)
|
||||||
{
|
{
|
||||||
BOOL rc;
|
BOOL rc;
|
||||||
|
@ -442,6 +443,7 @@ static void test_SPI_SETBORDER( void ) /* 6 */
|
||||||
rc=SystemParametersInfoA( SPI_SETBORDER, old_border, 0, SPIF_UPDATEINIFILE | SPIF_SENDCHANGE );
|
rc=SystemParametersInfoA( SPI_SETBORDER, old_border, 0, SPIF_UPDATEINIFILE | SPIF_SENDCHANGE );
|
||||||
ok(rc!=0,"***warning*** failed to restore the original value: rc=%d err=%ld\n",rc,GetLastError());
|
ok(rc!=0,"***warning*** failed to restore the original value: rc=%d err=%ld\n",rc,GetLastError());
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void test_SPI_SETKEYBOARDSPEED( void ) /* 10 */
|
static void test_SPI_SETKEYBOARDSPEED( void ) /* 10 */
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue