Module: wine Branch: master Commit: f847b42994fa045ee810f766c051b967694f258a URL: http://source.winehq.org/git/wine.git/?a=commit;h=f847b42994fa045ee810f766c0...
Author: Francois Gouget fgouget@free.fr Date: Mon Mar 9 09:31:20 2015 +0100
actxprxy: Remove unneeded NONAMELESSXXX directives.
---
dlls/actxprxy/usrmarshal.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/actxprxy/usrmarshal.c b/dlls/actxprxy/usrmarshal.c index 1683f2c..54d885a 100644 --- a/dlls/actxprxy/usrmarshal.c +++ b/dlls/actxprxy/usrmarshal.c @@ -22,8 +22,6 @@ #include <string.h>
#define COBJMACROS -#define NONAMELESSUNION -#define NONAMELESSSTRUCT
#include "windef.h" #include "winbase.h"