ole32: Fix named/nameless union compilation error.

This commit is contained in:
Francois Gouget 2006-12-13 17:53:37 +01:00 committed by Alexandre Julliard
parent f0dd63cbb4
commit 5e10172b30
1 changed files with 1 additions and 1 deletions

View File

@ -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;