Commit 47d8d565 authored by Alexandre Julliard's avatar Alexandre Julliard

wine.inf: Put wineps.drv in the printer driver directory.

parent 8cd5c1bc
......@@ -2609,7 +2609,6 @@ static void test_GetPrinterDriver(void)
hf = CreateFileA(di_2->pDriverPath, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
if(hf != INVALID_HANDLE_VALUE)
CloseHandle(hf);
todo_wine
ok(hf != INVALID_HANDLE_VALUE, "Could not open %s\n", di_2->pDriverPath);
hf = CreateFileA(di_2->pDataFile, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
......@@ -2620,7 +2619,6 @@ static void test_GetPrinterDriver(void)
hf = CreateFileA(di_2->pConfigFile, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL);
if(hf != INVALID_HANDLE_VALUE)
CloseHandle(hf);
todo_wine
ok(hf != INVALID_HANDLE_VALUE, "Could not open %s\n", di_2->pConfigFile);
/* XP allocates memory for both ANSI and unicode names */
......
......@@ -2609,6 +2609,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,dosx.exe
11,,dsound.vxd
11,,winhlp32.exe
52,win40\0,wineps16.drv,wineps16.drv16
; 64bit-only fake dlls
[FakeDllsWin64]
......@@ -2652,6 +2653,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
16427,System\OLE DB,oledb32.dll
16427,System\OLE DB,msdaps.dll
16427,System\ADO,msado15.dll
66000,3,wineps.drv
12,,*.sys,-
11,,*
......@@ -2707,6 +2709,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
16427,System\OLE DB,oledb32.dll
16427,System\OLE DB,msdaps.dll
16427,System\ADO,msado15.dll
66000,3,wineps.drv
12,,*.sys,-
11,,*
......
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