Module: wine Branch: master Commit: a3b806ced763ae7289df6799f142ce425912107e URL: http://source.winehq.org/git/wine.git/?a=commit;h=a3b806ced763ae7289df6799f1...
Author: Francois Gouget fgouget@free.fr Date: Wed Mar 11 11:29:37 2015 +0100
dispex: Remove unneeded NONAMELESSXXX directives.
---
dlls/dispex/usrmarshal.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/dispex/usrmarshal.c b/dlls/dispex/usrmarshal.c index a4f2b2b..6e3c723 100644 --- a/dlls/dispex/usrmarshal.c +++ b/dlls/dispex/usrmarshal.c @@ -21,8 +21,6 @@ #include <string.h>
#define COBJMACROS -#define NONAMELESSUNION -#define NONAMELESSSTRUCT
#include "windef.h" #include "winbase.h"