Commit 74a66ff9 authored by Alexandre Julliard's avatar Alexandre Julliard

Avoid warning.

parent b5763feb
......@@ -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 */
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment