summaryrefslogtreecommitdiff
path: root/source/kit_test
diff options
context:
space:
mode:
Diffstat (limited to 'source/kit_test')
-rw-r--r--source/kit_test/shared.inl.h8
1 files changed, 4 insertions, 4 deletions
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