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
872035f1
Commit
872035f1
authored
Jun 22, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Jun 22, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Make stub_manager_int_addref() static.
parent
887c395c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
compobj_private.h
dlls/ole32/compobj_private.h
+0
-1
stubmanager.c
dlls/ole32/stubmanager.c
+1
-1
No files found.
dlls/ole32/compobj_private.h
View file @
872035f1
...
...
@@ -203,7 +203,6 @@ HRESULT FTMarshalCF_Create(REFIID riid, LPVOID *ppv);
/* Stub Manager */
ULONG
stub_manager_int_addref
(
struct
stub_manager
*
This
);
ULONG
stub_manager_int_release
(
struct
stub_manager
*
This
);
struct
stub_manager
*
new_stub_manager
(
APARTMENT
*
apt
,
IUnknown
*
object
);
ULONG
stub_manager_ext_addref
(
struct
stub_manager
*
m
,
ULONG
refs
,
BOOL
tableweak
);
...
...
dlls/ole32/stubmanager.c
View file @
872035f1
...
...
@@ -251,7 +251,7 @@ static void stub_manager_delete(struct stub_manager *m)
}
/* increments the internal refcount */
ULONG
stub_manager_int_addref
(
struct
stub_manager
*
This
)
static
ULONG
stub_manager_int_addref
(
struct
stub_manager
*
This
)
{
ULONG
refs
;
...
...
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