You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
vladlosev
on 29 Nov 2009 at 11:51The text was updated successfully, but these errors were encountered: