Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
47d8d565
Commit
47d8d565
authored
Mar 18, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wine.inf: Put wineps.drv in the printer driver directory.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
8cd5c1bc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
info.c
dlls/winspool.drv/tests/info.c
+0
-2
wine.inf.in
loader/wine.inf.in
+3
-0
No files found.
dlls/winspool.drv/tests/info.c
View file @
47d8d565
...
...
@@ -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 */
...
...
loader/wine.inf.in
View file @
47d8d565
...
...
@@ -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,,*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment