Re: [PATCH] msvcp140: Implement _Stat and _Lstat (v2).
13 Jul
2017
13 Jul
'17
3:10 p.m.
Am 2017-07-13 um 15:05 schrieb Stefan Dösinger: +enum msvcp140_file_type { + file_type_not_found = -1, file_type_none, file_type_regular, + file_type_directory, file_type_symlink, file_type_block, + file_type_character, file_type_fifo, file_type_socket, file_type_unknown +}; Please skip this patch for now, with the changes needed to handle _Open_dir I feel it'd be better to consistently use msvcp140_file_type for the name of the enum type and the enum values. I don't plan any functional changes beyond this cosmetic one, so it should be good to review though.
3164
Age (days ago)
3164
Last active (days ago)
0 comments
1 participants
participants (1)
-
Stefan Dösinger