Fixing mingw bustage

git-svn-id: svn://10.0.0.236/trunk@139502 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2003-03-15 05:52:44 +00:00
parent a43ae939fa
commit bed3129448
4 changed files with 8 additions and 8 deletions

View File

@@ -301,7 +301,7 @@ PRBool nsFileSpec::IsSymlink() const
if (SUCCEEDED(hres))
{
WORD wsz[MAX_PATH];
WCHAR wsz[MAX_PATH];
// Ensure that the string is Unicode.
MultiByteToWideChar(CP_ACP, 0, mPath, -1, wsz, MAX_PATH);
@@ -352,7 +352,7 @@ nsresult nsFileSpec::ResolveSymlink(PRBool& wasSymlink)
if (SUCCEEDED(hres))
{
WORD wsz[MAX_PATH];
WCHAR wsz[MAX_PATH];
// Ensure that the string is Unicode.
MultiByteToWideChar(CP_ACP, 0, mPath, -1, wsz, MAX_PATH);