winspool.drv: Remove unneeded cast.

This commit is contained in:
Francois Gouget 2007-02-06 10:17:03 +01:00 committed by Alexandre Julliard
parent 0271a09d4c
commit b230cce9cb
1 changed files with 1 additions and 1 deletions

View File

@ -1693,7 +1693,7 @@ static void test_XcvDataW_PortIsValid(void)
pd.pDevMode = NULL;
pd.DesiredAccess = SERVER_ACCESS_ADMINISTER;
hXcv = (HANDLE) 0;
hXcv = NULL;
SetLastError(0xdeadbeef);
res = OpenPrinter(xcv_localport, &hXcv, &pd);