ole32/tests: Don't use the NONAMELESS* macros in the tests.

This commit is contained in:
Francois Gouget 2006-11-12 19:42:39 +01:00 committed by Alexandre Julliard
parent 2fab58053e
commit 49ad2b10c1
1 changed files with 1 additions and 3 deletions

View File

@ -19,8 +19,6 @@
*/
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <stdarg.h>
@ -201,7 +199,7 @@ static HRESULT WINAPI DataObjectImpl_GetData(IDataObject* iface, FORMATETC *pfor
return DV_E_TYMED;
if(This->text && pformatetc->cfFormat == CF_TEXT)
pmedium->u.hGlobal = This->text;
U(*pmedium).hGlobal = This->text;
else
return DV_E_FORMATETC;