SetThreadName: Add WINAPI for 32bit builds

This commit is contained in:
Freddie Akeroyd
2022-05-24 14:21:12 +01:00
parent 3cf2d3737f
commit 0ace4e4a30

View File

@@ -20,7 +20,7 @@
static void setThreadNameVS ( DWORD dwThreadID, LPCSTR szThreadName );
typedef HRESULT (*setDesc_t)(HANDLE, PCWSTR);
typedef HRESULT (* WINAPI setDesc_t)(HANDLE, PCWSTR);
extern "C" void setThreadName ( DWORD dwThreadID, LPCSTR szThreadName )
{