quick build fix for Linux
TBR=sgk Review URL: http://codereview.chromium.org/9043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4455 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -29,7 +29,7 @@ PlatformFile CreatePlatformFile(const std::wstring& name,
|
||||
!(flags & PLATFORM_FILE_OPEN_ALWAYS)) {
|
||||
NOTREACHED();
|
||||
errno = ENOTSUP;
|
||||
return INVALID_HANDLE_VALUE;
|
||||
return kInvalidPlatformFileValue;
|
||||
}
|
||||
|
||||
if (flags & PLATFORM_FILE_WRITE && flags & PLATFORM_FILE_READ) {
|
||||
|
Reference in New Issue
Block a user