diff --git a/include/c11/threads_win32.h b/include/c11/threads_win32.h index 27637d089b0..13feb820d07 100644 --- a/include/c11/threads_win32.h +++ b/include/c11/threads_win32.h @@ -64,11 +64,6 @@ Configuration macro: #error EMULATED_THREADS_USE_NATIVE_CALL_ONCE requires _WIN32_WINNT>=0x0600 #endif -/* Visual Studio 2015 and later */ -#ifdef _MSC_VER -#define HAVE_TIMESPEC_GET -#endif - /*---------------------------- macros ----------------------------*/ #ifdef EMULATED_THREADS_USE_NATIVE_CALL_ONCE #define ONCE_FLAG_INIT INIT_ONCE_STATIC_INIT