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 ef5fea1 commit 51afe0cCopy full SHA for 51afe0c
Core/Tools/mangler/wlib/threadfac.h
@@ -97,7 +97,7 @@ class Runnable
97
98
// So do the threadClassLaunchers
99
#ifdef _WIN32
100
- friend static unsigned __stdcall threadClassLauncher(void *temp);
+ friend unsigned __stdcall threadClassLauncher(void *temp);
101
#else // UNIX
102
friend void *threadClassLauncher(void *temp);
103
#endif
Core/Tools/matchbot/wlib/threadfac.h
0 commit comments