diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/os_win.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os_win.c b/src/os_win.c index 72d6e8ba5..3cadd036a 100644 --- a/src/os_win.c +++ b/src/os_win.c @@ -3919,6 +3919,7 @@ static const sqlite3_io_methods winIoMethod = { ** sqlite3_vfs object. */ +#if 0 /* ** Convert a filename from whatever the underlying operating system ** supports for filenames into UTF-8. Space to hold the result is @@ -3937,6 +3938,7 @@ static char *winConvertToUtf8Filename(const void *zFilename){ /* caller will handle out of memory */ return zConverted; } +#endif /* ** Convert a UTF-8 filename into whatever form the underlying |