From 8f6727c57d5adcb8c92dbcbc8349fc57e7880f6c Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sun, 27 Apr 2003 00:40:47 +0000 Subject: [PATCH] Added NONAMELESSUNION/STRUCT defines. --- dlls/oleaut32/usrmarshal.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/oleaut32/usrmarshal.c b/dlls/oleaut32/usrmarshal.c index efab4829c2c..c68eb0dca25 100644 --- a/dlls/oleaut32/usrmarshal.c +++ b/dlls/oleaut32/usrmarshal.c @@ -20,6 +20,8 @@ #include +#define NONAMELESSUNION +#define NONAMELESSSTRUCT #include "windef.h" #include "winbase.h" #include "wingdi.h"