mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-25 22:05:20 -04:00
add 'win_fopen.h' include to i_glob.c
This commit is contained in:
parent
cf48dd6126
commit
dc6dbe74bf
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user