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
9a9981ba
Commit
9a9981ba
authored
Mar 01, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
Mar 01, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole: Change NORMALEXTREFS to 5, like it is in native.
parent
857a6d1f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
marshal.c
dlls/ole32/marshal.c
+1
-1
stubmanager.c
dlls/ole32/stubmanager.c
+1
-1
No files found.
dlls/ole32/marshal.c
View file @
9a9981ba
...
@@ -50,7 +50,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(ole);
...
@@ -50,7 +50,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(ole);
extern
const
CLSID
CLSID_DfMarshal
;
extern
const
CLSID
CLSID_DfMarshal
;
/* number of refs given out for normal marshaling */
/* number of refs given out for normal marshaling */
#define NORMALEXTREFS
1
/* FIXME: this should be 5, but we have to wait for IRemUnknown support first */
#define NORMALEXTREFS
5
/* private flag indicating that the caller does not want to notify the stub
/* private flag indicating that the caller does not want to notify the stub
* when the proxy disconnects or is destroyed */
* when the proxy disconnects or is destroyed */
...
...
dlls/ole32/stubmanager.c
View file @
9a9981ba
...
@@ -534,7 +534,7 @@ void stub_manager_release_marshal_data(struct stub_manager *m, ULONG refs, const
...
@@ -534,7 +534,7 @@ void stub_manager_release_marshal_data(struct stub_manager *m, ULONG refs, const
if
(
ifstub
->
flags
&
MSHLFLAGS_TABLEWEAK
)
if
(
ifstub
->
flags
&
MSHLFLAGS_TABLEWEAK
)
refs
=
0
;
refs
=
0
;
else
else
if
(
ifstub
->
flags
&
MSHLFLAGS_TABLESTRONG
)
refs
=
1
;
refs
=
1
;
stub_manager_ext_release
(
m
,
refs
);
stub_manager_ext_release
(
m
,
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