Do not define not needed stuff

This commit is contained in:
Luis Díaz Más
2022-03-04 17:06:55 +01:00
parent 7ed43037e3
commit 23da0c3955
6 changed files with 2 additions and 19 deletions
+1 -5
View File
@@ -26,13 +26,9 @@ namespace fs = std::filesystem;
#include <psapi.h> // For access to GetModuleFileNameEx
#endif
#if defined(_MSC_VER)
#define S_ISREG(m) (((m) & S_IFMT) == S_IFREG)
#elif defined(__APPLE__)
#if defined(EXV_HAVE_LIBPROC_H)
#if defined(__APPLE__) && defined(EXV_HAVE_LIBPROC_H)
#include <libproc.h>
#endif
#endif
#if defined(__FreeBSD__)
#include <sys/mount.h>