When the UNICODE preprocessor symbol is not defined, the
FilePath::FileOrDirectoryExists mehtod in gtest-filepath.cc invokes the ANSI
version of the GetFileAttributes Win32 API while giving it a Unicode argument.
It should use GetFileAttributesW instead.
Original issue reported on code.google.com by vladlosev on 29 Nov 2009 at 11:51
Original issue reported on code.google.com by
vladlosev
on 29 Nov 2009 at 11:51