diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-06 03:05:09 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-06 03:05:09 +0200 |
commit | 942687d1cfa65b11cd5dbd9556a99e9be7b60c3b (patch) | |
tree | 41ae896576d2f78641964286b2c82ce1bfc2f5cc /source/kit_test | |
parent | ed6879a93d79c0ae4b7f331d5bcd055a0d43af9e (diff) | |
download | kit-942687d1cfa65b11cd5dbd9556a99e9be7b60c3b.zip |
test
Diffstat (limited to 'source/kit_test')
-rw-r--r-- | source/kit_test/shared.inl.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/kit_test/shared.inl.h b/source/kit_test/shared.inl.h index 4d894f4..34ccb07 100644 --- a/source/kit_test/shared.inl.h +++ b/source/kit_test/shared.inl.h @@ -17,11 +17,6 @@ # endif # ifdef __MINGW32__ -// struct timespec { -// time_t tv_sec; -// long tv_nsec; -// }; - # ifndef WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN 1 # endif |