vcomp: Add better stub for omp_get_num_procs.

oldstable
Dan Kegel 2012-09-04 08:27:33 -07:00 committed by Alexandre Julliard
parent 5c988477d4
commit d97d342585
2 changed files with 7 additions and 1 deletions

View File

@ -29,6 +29,12 @@
WINE_DEFAULT_DEBUG_CHANNEL(vcomp);
int CDECL omp_get_num_procs(void)
{
TRACE("stub\n");
return 1;
}
/* Time in seconds since "some time in the past" */
double CDECL omp_get_wtime(void)
{

View File

@ -93,7 +93,7 @@
@ stub omp_get_dynamic
@ stub omp_get_max_threads
@ stub omp_get_nested
@ stub omp_get_num_procs
@ cdecl omp_get_num_procs()
@ stub omp_get_num_threads
@ stub omp_get_thread_num
@ stub omp_get_wtick