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
2c8f5e09
Commit
2c8f5e09
authored
Aug 07, 2015
by
Sebastian Lackner
Committed by
Alexandre Julliard
Aug 07, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vcomp: Also initialize dynamic_type in _vcomp_fork.
parent
3f99e71f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
main.c
dlls/vcomp/main.c
+3
-0
No files found.
dlls/vcomp/main.c
View file @
2c8f5e09
...
...
@@ -857,6 +857,7 @@ void WINAPIV _vcomp_fork(BOOL ifval, int nargs, void *wrapper, ...)
thread_data
.
fork_threads
=
0
;
thread_data
.
section
=
1
;
thread_data
.
dynamic
=
1
;
thread_data
.
dynamic_type
=
0
;
list_init
(
&
thread_data
.
entry
);
InitializeConditionVariable
(
&
thread_data
.
cond
);
...
...
@@ -876,6 +877,7 @@ void WINAPIV _vcomp_fork(BOOL ifval, int nargs, void *wrapper, ...)
data
->
fork_threads
=
0
;
data
->
section
=
1
;
data
->
dynamic
=
1
;
data
->
dynamic_type
=
0
;
list_remove
(
&
data
->
entry
);
list_add_tail
(
&
thread_data
.
entry
,
&
data
->
entry
);
WakeAllConditionVariable
(
&
data
->
cond
);
...
...
@@ -898,6 +900,7 @@ void WINAPIV _vcomp_fork(BOOL ifval, int nargs, void *wrapper, ...)
data
->
fork_threads
=
0
;
data
->
section
=
1
;
data
->
dynamic
=
1
;
data
->
dynamic_type
=
0
;
InitializeConditionVariable
(
&
data
->
cond
);
thread
=
CreateThread
(
NULL
,
0
,
_vcomp_fork_worker
,
data
,
0
,
NULL
);
...
...
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