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
3cbeae82
Commit
3cbeae82
authored
Jul 06, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Jul 07, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Make apartment_addref() static.
parent
f8afcdbb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
compobj.c
dlls/ole32/compobj.c
+1
-1
compobj_private.h
dlls/ole32/compobj_private.h
+0
-1
No files found.
dlls/ole32/compobj.c
View file @
3cbeae82
...
...
@@ -312,7 +312,7 @@ static void COMPOBJ_DllList_Free(void)
* Manage apartments.
*/
DWORD
apartment_addref
(
struct
apartment
*
apt
)
static
DWORD
apartment_addref
(
struct
apartment
*
apt
)
{
DWORD
refs
=
InterlockedIncrement
(
&
apt
->
refs
);
TRACE
(
"%s: before = %d
\n
"
,
wine_dbgstr_longlong
(
apt
->
oxid
),
refs
-
1
);
...
...
dlls/ole32/compobj_private.h
View file @
3cbeae82
...
...
@@ -252,7 +252,6 @@ void OLEDD_UnInitialize(void);
APARTMENT
*
apartment_findfromoxid
(
OXID
oxid
,
BOOL
ref
);
APARTMENT
*
apartment_findfromtid
(
DWORD
tid
);
DWORD
apartment_addref
(
struct
apartment
*
apt
);
DWORD
apartment_release
(
struct
apartment
*
apt
);
HRESULT
apartment_disconnectproxies
(
struct
apartment
*
apt
);
void
apartment_disconnectobject
(
struct
apartment
*
apt
,
void
*
object
);
...
...
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