зеркало из https://github.com/mozilla/gecko-dev.git
Don't break VC5 (yawn). 48862, a=waterson
This commit is contained in:
Родитель
5e19ee85a0
Коммит
332aed2bf6
|
@ -756,6 +756,8 @@ nsClipboard :: FindURLFromLocalFile ( IDataObject* inDataObject, UINT inIndex, v
|
|||
void
|
||||
nsClipboard :: ResolveShortcut ( const char* inFileName, char** outURL )
|
||||
{
|
||||
// IUniformResourceLocator isn't supported by VC5 (bless its little heart)
|
||||
#if _MSC_VER >= 1200
|
||||
HRESULT result;
|
||||
|
||||
IUniformResourceLocator* urlLink = nsnull;
|
||||
|
@ -789,7 +791,7 @@ nsClipboard :: ResolveShortcut ( const char* inFileName, char** outURL )
|
|||
}
|
||||
urlLink->Release();
|
||||
}
|
||||
|
||||
#endif
|
||||
} // ResolveShortcut
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче