diff options
Diffstat (limited to 'src/include/w32functions.h')
-rw-r--r-- | src/include/w32functions.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/include/w32functions.h b/src/include/w32functions.h index 057a989e..508778c9 100644 --- a/src/include/w32functions.h +++ b/src/include/w32functions.h @@ -194,19 +194,6 @@ int MHD_W32_random_(void); /* Emulate snprintf function on W32 */ int W32_snprintf(char *__restrict s, size_t n, const char *__restrict format, ...); -#ifndef _MSC_FULL_VER -/* Thread name available only for VC-compiler */ -static void W32_SetThreadName(const DWORD thread_id, const char *thread_name) -{ } -#else /* _MSC_FULL_VER */ -/** - * Set thread name - * @param thread_id ID of thread, -1 for current thread - * @param thread_name name to set - */ -void W32_SetThreadName(const DWORD thread_id, const char *thread_name); -#endif - #ifdef __cplusplus } #endif |