Extra tracing for SPI_GETICONTITLEWRAP.
This commit is contained in:
parent
1d936f45ae
commit
e3e89294d9
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue