We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75330a commit f8a86fbCopy full SHA for f8a86fb
src/ConfigFS.h
@@ -13,7 +13,9 @@
13
#ifdef IS_DESKTOP
14
# include <sys/stat.h>
15
# include <dirent.h>
16
-# define POSIX_C_METHOD_IMPLEMENTATION 1
+# ifndef POSIX_C_METHOD_IMPLEMENTATION
17
+# define POSIX_C_METHOD_IMPLEMENTATION 1
18
+# endif
19
# define FS_USE_F_INTERNAL
20
# include "ConfigFS/fs_stdio.h"
21
#endif
0 commit comments