Differences From Artifact [779dc56b5b]:
- File
src/file.c
— part of check-in
[9cf5056af9]
at
2012-09-17 07:34:00
on branch win95-unicows
— fix [ce73fc2173]
Restore Win9x, using unicows eliminate all #ifdef UNICODE
(user: jan.nijtmans size: 29993) [more...]
To Artifact [51f6c61f87]:
- File src/file.c — part of check-in [ea621d75ef] at 2012-09-23 23:52:58 on branch trunk — Always use wide-character Win32 APIs for dirent.h. (user: mistachkin size: 29771)
| ︙ | ︙ | |||
1006 1007 1008 1009 1010 1011 1012 | } /* ** Portable unicode implementation of opendir() */ #if INTERFACE | < | < < < < < < < | | | | | < | 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 | } /* ** Portable unicode implementation of opendir() */ #if INTERFACE #include <dirent.h> #define FOSSIL_DIR DIR #define fossil_dirent dirent #define fossil_opendir opendir #define fossil_readdir readdir #define fossil_closedir closedir #endif /* INTERFACE */ /************************************************************************** ** The following routines translate between MBCS and UTF8 on windows. |
| ︙ | ︙ |