ole32: Avoid a warning for VT_FILETIME in PropVariantCopy.
This commit is contained in:
parent
bd9ba7ec37
commit
6c8259fb31
|
@ -2690,6 +2690,8 @@ HRESULT WINAPI PropVariantCopy(PROPVARIANT *pvarDest, /* [out] */
|
||||||
|
|
||||||
switch(pvarSrc->vt)
|
switch(pvarSrc->vt)
|
||||||
{
|
{
|
||||||
|
case VT_FILETIME:
|
||||||
|
break;
|
||||||
case VT_STREAM:
|
case VT_STREAM:
|
||||||
case VT_STREAMED_OBJECT:
|
case VT_STREAMED_OBJECT:
|
||||||
case VT_STORAGE:
|
case VT_STORAGE:
|
||||||
|
|
Loading…
Reference in New Issue