winspool.drv: Update allowed driver version.

This commit is contained in:
André Hentschel 2012-07-29 16:34:46 +02:00 committed by Alexandre Julliard
parent b8812afd33
commit 882977eed9
1 changed files with 2 additions and 2 deletions

View File

@ -2581,8 +2581,8 @@ static void test_GetPrinterDriver(void)
HANDLE hf;
/* MSDN is wrong: The Drivers on the win9x-CD's have cVersion=0x0400
NT351: 1, NT4.0+w2k(Kernelmode): 2, w2k and above(Usermode): 3 */
ok( (di_2->cVersion <= 3) ||
NT351: 1, NT4.0+w2k(Kernelmode): 2, w2k-win7(Usermode): 3, win8 and above(Usermode): 4 */
ok( (di_2->cVersion <= 4) ||
(di_2->cVersion == 0x0400), "di_2->cVersion = %d\n", di_2->cVersion);
ok(di_2->pName != NULL, "not expected NULL ptr\n");
ok(di_2->pEnvironment != NULL, "not expected NULL ptr\n");