From 7bc8b520d9c8a418180e3488e481e81d7a738587 Mon Sep 17 00:00:00 2001 From: "dougt%meer.net" Date: Tue, 18 Apr 2006 00:07:36 +0000 Subject: [PATCH] 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 --- mozilla/xpcom/io/nsWinAPIs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/io/nsWinAPIs.cpp b/mozilla/xpcom/io/nsWinAPIs.cpp index ff4d080be8d..e444f55992a 100644 --- a/mozilla/xpcom/io/nsWinAPIs.cpp +++ b/mozilla/xpcom/io/nsWinAPIs.cpp @@ -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;