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
012478c9
Commit
012478c9
authored
May 20, 2002
by
Andreas Mohr
Committed by
Alexandre Julliard
May 20, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spelling stuff.
parent
3009185c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
dplay.c
dlls/dplayx/dplay.c
+7
-5
user_main.c
dlls/user/user_main.c
+1
-1
ppd.c
dlls/wineps/ppd.c
+1
-1
No files found.
dlls/dplayx/dplay.c
View file @
012478c9
...
...
@@ -3723,11 +3723,13 @@ static HRESULT WINAPI DirectPlay3AImpl_EnumConnections
dpName
.
u2
.
lpszLongNameA
=
NULL
;
/* Create the compound address for the service provider.
NOTE: This is a gruesome architectural scar right now. DP uses DPL and DPL uses DP
nast stuff. This may be why the native dll just gets around this little bit by
allocating an 80 byte buffer which isn't even a filled with a valid compound
address. Oh well. Creating a proper compound address is the way to go anyways
despite this method taking slightly more heap space and realtime :) */
* NOTE: This is a gruesome architectural scar right now. DP
* uses DPL and DPL uses DP. Nasty stuff. This may be why the
* native dll just gets around this little bit by allocating an
* 80 byte buffer which isn't even filled with a valid compound
* address. Oh well. Creating a proper compound address is the
* way to go anyways despite this method taking slightly more
* heap space and realtime :) */
bBuildPass
=
DP_BuildSPCompoundAddr
(
&
serviceProviderGUID
,
&
lpAddressBuffer
,
...
...
dlls/user/user_main.c
View file @
012478c9
...
...
@@ -223,7 +223,7 @@ static BOOL process_attach(void)
tweak_init
();
if
(
!
load_driver
())
return
FALSE
;
/* Initialize system colors and metrics*/
/* Initialize system colors and metrics
*/
SYSMETRICS_Init
();
SYSCOLOR_Init
();
...
...
dlls/wineps/ppd.c
View file @
012478c9
...
...
@@ -548,7 +548,7 @@ PPD *PSDRV_ParsePPD(char *fname)
PPD
*
ppd
;
PPDTuple
tuple
;
TRACE
(
"
%s
\n
"
,
fname
);
TRACE
(
"
file '%s'
\n
"
,
fname
);
if
((
fp
=
fopen
(
fname
,
"r"
))
==
NULL
)
{
WARN
(
"Couldn't open ppd file '%s'
\n
"
,
fname
);
...
...
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