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
ca942f16
Commit
ca942f16
authored
Jul 08, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 08, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
eed4411f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
dsound.c
dlls/dsound/dsound.c
+1
-1
compobj.c
dlls/ole32/compobj.c
+4
-4
shlwapi.h
include/shlwapi.h
+1
-1
No files found.
dlls/dsound/dsound.c
View file @
ca942f16
...
...
@@ -115,7 +115,7 @@ static HRESULT WINAPI IDirectSoundImpl_QueryInterface(
LPVOID
*
ppobj
)
{
TRACE
(
"(%p,%s,%p)
\n
"
,
iface
,
debugstr_guid
(
riid
),
ppobj
);
FIXME
(
"shouldnt be called directly
\n
"
);
FIXME
(
"shouldn
'
t be called directly
\n
"
);
return
E_NOINTERFACE
;
}
...
...
dlls/ole32/compobj.c
View file @
ca942f16
...
...
@@ -119,10 +119,10 @@ static CRITICAL_SECTION csRegisteredClassList = { &class_cs_debug, -1, 0, 0, 0,
* This section contains OpenDllList definitions
*
* The OpenDllList contains only handles of dll loaded by CoGetClassObject or
* other functions
w
hat do LoadLibrary _without_ giving back a HMODULE.
* Without this list these handles would
be freed never
.
* other functions
t
hat do LoadLibrary _without_ giving back a HMODULE.
* Without this list these handles would
never be freed
.
*
* FIXME: a DLL
what says OK when
n asked for unloading is unloaded in the
* FIXME: a DLL
that says OK whe
n asked for unloading is unloaded in the
* next unload-call but not before 600 sec.
*/
...
...
@@ -536,7 +536,7 @@ void WINAPI CoUninitialize(void)
* CoDisconnectObject [OLE32.@]
*
* Disconnects all connections to this object from remote processes. Dispatches
* pending RPCs while blocking new RPCs from occuring, and then calls
* pending RPCs while blocking new RPCs from occur
r
ing, and then calls
* IMarshal::DisconnectObject on the given object.
*
* Typically called when the object server is forced to shut down, for instance by
...
...
include/shlwapi.h
View file @
ca942f16
...
...
@@ -894,7 +894,7 @@ HRESULT WINAPI SHSetThreadRef(IUnknown*);
HRESULT
WINAPI
SHReleaseThreadRef
();
/* SHCreateThread flags */
#define CTF_INSIST 0x01
/* Al
l
ways call */
#define CTF_INSIST 0x01
/* Always call */
#define CTF_THREAD_REF 0x02
/* Hold thread ref */
#define CTF_PROCESS_REF 0x04
/* Hold process ref */
#define CTF_COINIT 0x08
/* Startup COM first */
...
...
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