зеркало из https://github.com/mozilla/gecko-dev.git
rmdir is not remove. wince only
This commit is contained in:
Родитель
bba9f84e11
Коммит
6e2d4ebc6e
|
@ -578,7 +578,7 @@ nsGetModuleFileName nsWinAPIs::mGetModuleFileName = GetModuleFileNameW;
|
|||
nsGetCwd nsWinAPIs::mGetCwd = nsGetCwdW;
|
||||
nsGetDCwd nsWinAPIs::mGetDCwd = nsGetDCwdW;
|
||||
nsFopen nsWinAPIs::mFopen = nsFopenW;
|
||||
nsRemove nsWinAPIs::mRemove = nsRmdirW;
|
||||
nsRemove nsWinAPIs::mRemove = nsRemoveW;
|
||||
nsRmdir nsWinAPIs::mRmdir = nsRmdirW;
|
||||
nsChmod nsWinAPIs::mChmod = nsChmodW;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче