Extra tracing for SPI_GETICONTITLEWRAP.

oldstable
Paul Vriens 2005-02-08 12:09:07 +00:00 committed by Alexandre Julliard
parent 1d936f45ae
commit e3e89294d9
1 changed files with 1 additions and 0 deletions

View File

@ -692,6 +692,7 @@ static void test_SPI_SETICONTITLEWRAP( void ) /* 26 */
trace("testing SPI_{GET,SET}ICONTITLEWRAP\n");
rc=SystemParametersInfoA( SPI_GETICONTITLEWRAP, 0, &old_b, 0 );
trace("rc=%d err=%ld\n",rc,GetLastError());
if (rc==0 && (GetLastError()==0 || GetLastError()==ERROR_CALL_NOT_IMPLEMENTED))
{
/* SPI_{GET,SET}ICONTITLEWRAP is not implemented on a standard Win98 SE */