ole32: Fix named/nameless union compilation error.
This commit is contained in:
parent
f0dd63cbb4
commit
5e10172b30
|
@ -1162,7 +1162,7 @@ static void test_data_cache(void)
|
|||
|
||||
fmtetc.cfFormat = CF_METAFILEPICT;
|
||||
stgmedium.tymed = TYMED_MFPICT;
|
||||
stgmedium.hMetaFilePict = OleMetafilePictFromIconAndLabel(
|
||||
U(stgmedium).hMetaFilePict = OleMetafilePictFromIconAndLabel(
|
||||
LoadIcon(NULL, MAKEINTRESOURCE(IDI_APPLICATION)), wszPath, wszPath, 0);
|
||||
stgmedium.pUnkForRelease = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue