Avoid warning.

This commit is contained in:
Alexandre Julliard 2003-04-08 00:56:32 +00:00
parent b5763feb55
commit 74a66ff99d
1 changed files with 2 additions and 0 deletions

View File

@ -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());
}
#if 0
static void test_setborder(UINT curr_val)
{
BOOL rc;
@ -442,6 +443,7 @@ static void test_SPI_SETBORDER( void ) /* 6 */
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());
}
#endif
static void test_SPI_SETKEYBOARDSPEED( void ) /* 10 */
{