1
0
Fork 0

(svn r27674) -Fix (r27673): Mingw...

release/1.7
michi_cc 2016-10-30 19:27:07 +00:00
parent c83306391e
commit 51052f4961
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ HRESULT OTTDSHGetFolderPath(HWND, int, HANDLE, DWORD, LPTSTR);
#ifdef _MSC_VER
void SetWin32ThreadName(DWORD dwThreadID, const char* threadName);
#else
void SetWin32ThreadName(DWORD dwThreadID, const char* threadName) {}
static inline void SetWin32ThreadName(DWORD dwThreadID, const char* threadName) {}
#endif
#endif /* WIN32_H */