зеркало из https://github.com/mozilla/gecko-dev.git
fix bug 70453 printf in nsClipboard.cpp
r=rods sr=blizzard
This commit is contained in:
Родитель
b90a7537fb
Коммит
7e2d719cae
|
@ -286,9 +286,9 @@ nsresult nsClipboard::GetNativeDataOffClipboard(nsIWidget * aWindow, UINT /*aInd
|
|||
return result;
|
||||
}
|
||||
|
||||
#if 1
|
||||
static void DisplayErrCode(HRESULT hres)
|
||||
{
|
||||
#if defined(DEBUG_rods) || defined(DEBUG_pinkerton)
|
||||
if (hres == E_INVALIDARG) {
|
||||
printf("E_INVALIDARG\n");
|
||||
} else
|
||||
|
@ -324,8 +324,9 @@ static void DisplayErrCode(HRESULT hres)
|
|||
} else {
|
||||
printf("****** DisplayErrCode 0x%X\n", hres);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
static HRESULT FillSTGMedium(IDataObject * aDataObject, UINT aFormat, LPFORMATETC pFE, LPSTGMEDIUM pSTM, DWORD aTymed)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче