We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c430406 commit d5f25d9Copy full SHA for d5f25d9
lldb/unittests/Thread/ThreadTest.cpp
@@ -34,8 +34,8 @@ using namespace lldb;
34
namespace {
35
36
#ifdef _WIN32
37
-using SetThreadDescriptionFunctionPtr = HRESULT
38
-WINAPI (*)(HANDLE hThread, PCWSTR lpThreadDescription);
+using SetThreadDescriptionFunctionPtr =
+ HRESULT(WINAPI *)(HANDLE hThread, PCWSTR lpThreadDescription);
39
40
static SetThreadDescriptionFunctionPtr SetThreadName;
41
#endif
0 commit comments