From 42d39d91c2644dd01f006661f385c15d122c553a Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Wed, 6 Sep 2023 02:42:05 +0200 Subject: test --- source/kit_test/shared.inl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/kit_test') diff --git a/source/kit_test/shared.inl.h b/source/kit_test/shared.inl.h index 07cb966..4d894f4 100644 --- a/source/kit_test/shared.inl.h +++ b/source/kit_test/shared.inl.h @@ -17,10 +17,10 @@ # endif # ifdef __MINGW32__ -struct timespec { - time_t tv_sec; - long tv_nsec; -}; +// struct timespec { +// time_t tv_sec; +// long tv_nsec; +// }; # ifndef WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN 1 -- cgit v1.2.3