Commit b230cce9 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winspool.drv: Remove unneeded cast.

parent 0271a09d
......@@ -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);
......
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