We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323b430 commit 29ef16cCopy full SHA for 29ef16c
openmp/runtime/test/omp_testsuite.h
@@ -86,7 +86,7 @@ struct thread_func_info_t {
86
};
87
88
// call the void* start_routine(void*);
89
-static DWORD __thread_func_wrapper(LPVOID lpParameter) {
+static DWORD WINAPI __thread_func_wrapper(LPVOID lpParameter) {
90
struct thread_func_info_t* function_information;
91
function_information = (struct thread_func_info_t*)lpParameter;
92
function_information->start_routine(function_information->arg);
0 commit comments