#11515: Merge with 3.2.

This commit is contained in:
Ezio Melotti 2011-03-15 06:03:08 +02:00
commit 373089239b
50 changed files with 59 additions and 59 deletions

View file

@ -1308,7 +1308,7 @@ win32_xstat_w(const wchar_t *path, struct win32_stat *result, BOOL traverse)
win32_stat will first explicitly resolve the symlink target and then will
call win32_lstat on that result.
The _w represent Unicode equivalents of the aformentioned ANSI functions. */
The _w represent Unicode equivalents of the aforementioned ANSI functions. */
static int
win32_lstat(const char* path, struct win32_stat *result)