Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
3fb4cf70
Commit
3fb4cf70
authored
Feb 12, 2001
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 12, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in comments.
parent
3932f3a6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
+12
-12
dplay.c
dlls/dplayx/dplay.c
+8
-8
storage.c
dlls/ole32/storage.c
+1
-1
shv_bg_cmenu.c
dlls/shell32/shv_bg_cmenu.c
+1
-1
vartest.c
libtest/vartest.c
+2
-2
No files found.
dlls/dplayx/dplay.c
View file @
3fb4cf70
...
...
@@ -3551,10 +3551,10 @@ 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 anyway
s
NOTE: This is a gruesome architectural scar right now. DP uses DPL and DPL uses DP
,
nast
y
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 anyway
...
despite this method taking slightly more heap space and realtime :) */
dpCompoundAddress
.
dwDataSize
=
sizeof
(
GUID
);
memcpy
(
&
dpCompoundAddress
.
guidDataType
,
&
DPAID_ServiceProvider
,
...
...
@@ -3656,10 +3656,10 @@ 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 anyway
s
NOTE: This is a gruesome architectural scar right now. DP uses DPL and DPL uses DP
,
nast
y
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 anyway
...
despite this method taking slightly more heap space and realtime :) */
dpCompoundAddress
.
guidDataType
=
DPAID_LobbyProvider
;
dpCompoundAddress
.
dwDataSize
=
sizeof
(
GUID
);
...
...
dlls/ole32/storage.c
View file @
3fb4cf70
...
...
@@ -1582,7 +1582,7 @@ HRESULT WINAPI StgCreateDocFile16(
}
lpstg
=
MapSL
((
SEGPTR
)
*
ppstgOpen
);
lpstg
->
hf
=
hf
;
/* FIXME: check for exist
a
nce before overwriting? */
/* FIXME: check for exist
e
nce before overwriting? */
if
(
!
STORAGE_init_storage
(
hf
))
{
CloseHandle
(
hf
);
return
E_FAIL
;
...
...
dlls/shell32/shv_bg_cmenu.c
View file @
3fb4cf70
...
...
@@ -363,7 +363,7 @@ static HRESULT WINAPI ISVBgCm_fnGetCommandString(
TRACE
(
"(%p)->(idcom=%x flags=%x %p name=%p len=%x)
\n
"
,
This
,
idCommand
,
uFlags
,
lpReserved
,
lpszName
,
uMaxNameLen
);
/* test the exist
a
nce of the menu items, the file dialog enables
/* test the exist
e
nce of the menu items, the file dialog enables
the buttons according to this */
if
(
uFlags
==
GCS_VALIDATEA
)
{
...
...
libtest/vartest.c
View file @
3fb4cf70
...
...
@@ -965,8 +965,8 @@ int PASCAL WinMain (HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
{
/* Trying to use variants that are set to be BSTR but
* do not contain a valid pointer makes the program crash
* in Windows so we will skip those.
We do not need them
* anyway
s
to illustrate the behavior.
* in Windows so we will skip those. We do not need them
* anyway to illustrate the behavior.
*/
if
(
i
==
VT_BSTR
)
i
=
77
;
...
...
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