diff options
Diffstat (limited to 'ext/misc/fileio.c')
-rw-r--r-- | ext/misc/fileio.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/misc/fileio.c b/ext/misc/fileio.c index 8122b232c..b734ca0ba 100644 --- a/ext/misc/fileio.c +++ b/ext/misc/fileio.c @@ -93,6 +93,9 @@ SQLITE_EXTENSION_INIT1 # include <direct.h> # include "test_windirent.h" # define dirent DIRENT +# ifndef chmod +# define chmod _chmod +# endif # ifndef stat # define stat _stat # endif |