Remove unused functions causing annoying OLEAUT32.dll warning.

This commit is contained in:
Glenn Maynard
2003-10-04 06:35:58 +00:00
parent 7743443c4f
commit 57f406df15
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -989,7 +989,7 @@ BOOL WINAPI CritCheckOut(const CCritSec * pcCrit) {
}
#endif
/*
STDAPI WriteBSTR(BSTR *pstrDest, LPCWSTR szSrc) {
*pstrDest = SysAllocString(szSrc);
if(!(*pstrDest)) return E_OUTOFMEMORY;
@@ -1002,7 +1002,7 @@ STDAPI FreeBSTR(BSTR* pstr) {
SysFreeString(*pstr);
return NOERROR;
}
*/
// Return a wide string - allocating memory for it
// Returns: