add 'win_fopen.h' include to i_glob.c

This commit is contained in:
Roman Fomin 2021-06-08 01:39:57 +07:00
parent cf48dd6126
commit dc6dbe74bf

View File

@ -42,6 +42,10 @@
#define NO_DIRENT_IMPLEMENTATION #define NO_DIRENT_IMPLEMENTATION
#endif #endif
#ifdef _WIN32
#include "../win32/win_fopen.h"
#endif
#ifndef NO_DIRENT_IMPLEMENTATION #ifndef NO_DIRENT_IMPLEMENTATION
// Only the fields d_name and (as an XSI extension) d_ino are specified // Only the fields d_name and (as an XSI extension) d_ino are specified