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

This commit is contained in:
michi_cc
2016-10-30 19:27:07 +00:00
parent 36cbb54a9d
commit 221c84be66

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 */