ole32: Avoid a warning for VT_FILETIME in PropVariantCopy.

This commit is contained in:
Mike McCormack 2006-08-14 18:30:16 +09:00 committed by Alexandre Julliard
parent bd9ba7ec37
commit 6c8259fb31
1 changed files with 2 additions and 0 deletions

View File

@ -2690,6 +2690,8 @@ HRESULT WINAPI PropVariantCopy(PROPVARIANT *pvarDest, /* [out] */
switch(pvarSrc->vt)
{
case VT_FILETIME:
break;
case VT_STREAM:
case VT_STREAMED_OBJECT:
case VT_STORAGE: