зеркало из https://github.com/mozilla/gecko-dev.git
Removing noise from the build. Windows CE always uses the W stubs for now. r=me
This commit is contained in:
Родитель
8748bafcd0
Коммит
18263835ff
|
@ -279,8 +279,10 @@ BOOL WINAPI nsGetFileAttributesExW(LPCWSTR aPath, GET_FILEEX_INFO_LEVELS aLevel,
|
|||
LPVOID aInfo)
|
||||
{
|
||||
NS_ASSERTION(aLevel == GetFileExInfoStandard, "invalid level specified");
|
||||
#ifndef WINCE
|
||||
NS_ASSERTION(nsWinAPIs::mCopyFile != CopyFileW,
|
||||
"Win APIs pointers are reset to the stubs of 'W' APIs");
|
||||
#endif
|
||||
|
||||
nsCAutoString path;
|
||||
const char *pPath;
|
||||
|
|
Загрузка…
Ссылка в новой задаче