Evil: fix EAPI when dirent.h and mman.h are included (Windows only)

Test Plan: compilatioN

Reviewers: cedric, jpeg, stefan_schmidt

Differential Revision: https://phab.enlightenment.org/D4055
This commit is contained in:
Vincent Torri 2016-06-16 14:42:59 +02:00 committed by Stefan Schmidt
parent 6d54b94db5
commit 94f784fe96
2 changed files with 7 additions and 0 deletions

View File

@ -133,6 +133,10 @@ EAPI struct dirent *readdir(DIR *dir);
#endif /* __cplusplus */
#undef EAPI
#define EAPI
/**
* @}

View File

@ -148,5 +148,8 @@ EAPI int munmap(void *addr,
#endif
#include <evil_macro_pop.h>
#endif /* __EVIL_SYS_MMAN_H__ */