1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix compiler warnings.

FossilOrigin-Name: 19aabccfe34c956599f33cd3ddc846816adc06784c2496838f1ef53059e038e5
This commit is contained in:
mistachkin
2018-01-05 17:10:49 +00:00
parent c932033630
commit 9a5efdec70
6 changed files with 18 additions and 17 deletions

View File

@ -93,6 +93,7 @@ SQLITE_EXTENSION_INIT1
# include "test_windirent.h"
# define dirent DIRENT
# define timespec TIMESPEC
# define stat _stat
# define mkdir(path,mode) _mkdir(path)
# define lstat(path,buf) _stat(path,buf)
#endif