Module: wine Branch: master Commit: b8521dbccd1f9afcee7c8b9e18c99ffb231311a9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b8521dbccd1f9afcee7c8b9e18...
Author: Francois Gouget fgouget@free.fr Date: Wed Mar 18 08:19:10 2015 +0100
oledlg: Remove an unneeded NONAMELESSSTRUCT directive.
---
dlls/oledlg/pastespl.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/oledlg/pastespl.c b/dlls/oledlg/pastespl.c index 4d31488..530c4ed 100644 --- a/dlls/oledlg/pastespl.c +++ b/dlls/oledlg/pastespl.c @@ -19,7 +19,6 @@ */
#define COBJMACROS -#define NONAMELESSSTRUCT #define NONAMELESSUNION
#include <stdarg.h>