simdjson/windows/dirent_portable.h

11 lines
229 B
C
Raw Normal View History

2020-01-08 07:41:57 +08:00
#ifndef SIMDBJSON_DIRENT_PORTABLE_INC_
#define SIMDBJSON_DIRENT_PORTABLE_INC_
#if (!defined(_WIN32) && !defined(_WIN64))
2020-01-08 07:41:57 +08:00
#include <dirent.h>
#else
2020-01-08 07:41:57 +08:00
#include "toni_ronnko_dirent.h"
#endif
2020-01-08 07:41:57 +08:00
#endif // SIMDBJSON_DIRENT_PORTABLE_INC_