From 82989c8bd67ac81b90a25481172cdb5f55135459 Mon Sep 17 00:00:00 2001 From: LinuxLegend Date: Mon, 28 Mar 2022 04:56:55 -0600 Subject: [PATCH] Switched to STDC_NO_THREADS --- include/vkh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vkh.h b/include/vkh.h index 78c0657..5436943 100644 --- a/include/vkh.h +++ b/include/vkh.h @@ -30,7 +30,7 @@ extern "C" { #include -#if defined(_WIN32) || defined(WIN32) || defined(__WIN32__) || defined(_WIN64) || defined(WIN64) || defined(__WIN64__) +#if defined(STDC_NO_THREADS) #include "deps/tinycthread.h" #else // For platforms outside of Windows, Threads.h is provided for by compiler that supports C11 standard. -- 2.47.3