summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-06 02:42:05 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-06 02:42:05 +0200
commit42d39d91c2644dd01f006661f385c15d122c553a (patch)
tree027453ace5d06a53eab39934abd2d139d7f99775 /source
parent28c9ec1eeb2c44bc3658ae1ca63b11ce8ae2e584 (diff)
downloadkit-42d39d91c2644dd01f006661f385c15d122c553a.zip
test
Diffstat (limited to 'source')
-rw-r--r--source/kit/time.h8
-rw-r--r--source/kit_test/shared.inl.h8
2 files changed, 8 insertions, 8 deletions
diff --git a/source/kit/time.h b/source/kit/time.h
index e16d3a2..e5053dc 100644
--- a/source/kit/time.h
+++ b/source/kit/time.h
@@ -12,10 +12,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
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