24 Mar
2015
24 Mar
'15
3 p.m.
Module: wine Branch: master Commit: aa1ad58ba72a93d19ebf166915649ea0ac06aee0 URL: http://source.winehq.org/git/wine.git/?a=commit;h=aa1ad58ba72a93d19ebf166915... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Mar 24 11:40:35 2015 +0100 taskschd: Remove an unneeded NONAMELESSUNION directive. --- dlls/taskschd/taskschd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/taskschd/taskschd.c b/dlls/taskschd/taskschd.c index 2f4e603..b68c352 100644 --- a/dlls/taskschd/taskschd.c +++ b/dlls/taskschd/taskschd.c @@ -21,7 +21,6 @@ #include <stdarg.h> #define COBJMACROS -#define NONAMELESSUNION #include "windef.h" #include "winbase.h"