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
c99a1920
Commit
c99a1920
authored
Oct 15, 2012
by
Dan Kegel
Committed by
Alexandre Julliard
Oct 16, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vcomp: No-op stubs for _vcomp_single_begin, _vcomp_single_end.
parent
fd104f83
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
6 deletions
+17
-6
main.c
dlls/vcomp/main.c
+11
-0
vcomp.spec
dlls/vcomp/vcomp.spec
+2
-2
vcomp100.spec
dlls/vcomp100/vcomp100.spec
+2
-2
vcomp90.spec
dlls/vcomp90/vcomp90.spec
+2
-2
No files found.
dlls/vcomp/main.c
View file @
c99a1920
...
...
@@ -96,6 +96,17 @@ void CDECL _vcomp_set_num_threads(int num_threads)
TRACE
(
"(%d): stub
\n
"
,
num_threads
);
}
int
CDECL
_vcomp_single_begin
(
int
flags
)
{
TRACE
(
"(%x): stub
\n
"
,
flags
);
return
TRUE
;
}
void
CDECL
_vcomp_single_end
(
void
)
{
TRACE
(
"stub
\n
"
);
}
BOOL
WINAPI
DllMain
(
HINSTANCE
hinstDLL
,
DWORD
fdwReason
,
LPVOID
lpvReserved
)
{
TRACE
(
"(0x%p, %d, %p)
\n
"
,
hinstDLL
,
fdwReason
,
lpvReserved
);
...
...
dlls/vcomp/vcomp.spec
View file @
c99a1920
...
...
@@ -86,8 +86,8 @@
@ stub _vcomp_sections_init
@ stub _vcomp_sections_next
@ cdecl _vcomp_set_num_threads(long)
@
stub _vcomp_single_begin
@
stub _vcomp_single_end
@
cdecl _vcomp_single_begin(long)
@
cdecl _vcomp_single_end()
@ stub omp_destroy_lock
@ stub omp_destroy_nest_lock
@ cdecl omp_get_dynamic()
...
...
dlls/vcomp100/vcomp100.spec
View file @
c99a1920
...
...
@@ -86,8 +86,8 @@
@ stub _vcomp_sections_init
@ stub _vcomp_sections_next
@ cdecl _vcomp_set_num_threads(long) vcomp._vcomp_set_num_threads
@
stub
_vcomp_single_begin
@
stub
_vcomp_single_end
@
cdecl _vcomp_single_begin(long) vcomp.
_vcomp_single_begin
@
cdecl _vcomp_single_end() vcomp.
_vcomp_single_end
@ stub omp_destroy_lock
@ stub omp_destroy_nest_lock
@ cdecl omp_get_dynamic() vcomp.omp_get_dynamic
...
...
dlls/vcomp90/vcomp90.spec
View file @
c99a1920
...
...
@@ -86,8 +86,8 @@
@ stub _vcomp_sections_init
@ stub _vcomp_sections_next
@ cdecl _vcomp_set_num_threads(long) vcomp._vcomp_set_num_threads
@
stub
_vcomp_single_begin
@
stub
_vcomp_single_end
@
cdecl _vcomp_single_begin(long) vcomp.
_vcomp_single_begin
@
cdecl _vcomp_single_end() vcomp.
_vcomp_single_end
@ stub omp_destroy_lock
@ stub omp_destroy_nest_lock
@ cdecl omp_get_dynamic() vcomp.omp_get_dynamic
...
...
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