Search Results

0
votes

Why do thread functions need to be declared as ‘__cdecl’?

The real answer has to do with how windows internally calls the thread proc routine, and it is expecting the function to abide by a specific calling convention, which in this case is a macro, WINAP …