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
e45b5f55
Commit
e45b5f55
authored
Sep 05, 2012
by
Dan Kegel
Committed by
Alexandre Julliard
Sep 10, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vcomp: Better stub for _vcomp_set_num_threads.
parent
8e9e82f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
main.c
dlls/vcomp/main.c
+5
-0
vcomp.spec
dlls/vcomp/vcomp.spec
+1
-1
No files found.
dlls/vcomp/main.c
View file @
e45b5f55
...
...
@@ -41,6 +41,11 @@ double CDECL omp_get_wtime(void)
return
GetTickCount
()
/
1000
.
0
;
}
void
CDECL
_vcomp_set_num_threads
(
int
num_threads
)
{
TRACE
(
"(%d): stub
\n
"
,
num_threads
);
}
BOOL
WINAPI
DllMain
(
HINSTANCE
hinstDLL
,
DWORD
fdwReason
,
LPVOID
lpvReserved
)
{
TRACE
(
"(0x%p, %d, %p)
\n
"
,
hinstDLL
,
fdwReason
,
lpvReserved
);
...
...
dlls/vcomp/vcomp.spec
View file @
e45b5f55
...
...
@@ -85,7 +85,7 @@
@ stub _vcomp_reduction_u8
@ stub _vcomp_sections_init
@ stub _vcomp_sections_next
@
stub _vcomp_set_num_threads
@
cdecl _vcomp_set_num_threads(long)
@ stub _vcomp_single_begin
@ stub _vcomp_single_end
@ stub omp_destroy_lock
...
...
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