Removing noise from the build. Windows CE always uses the W stubs for now. r=me

This commit is contained in:
dougt%meer.net 2006-06-02 18:38:38 +00:00
Родитель 8748bafcd0
Коммит 18263835ff
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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;