rmdir is not remove. wince only
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194566 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -613,7 +613,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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user