17 Mar
2015
17 Mar
'15
4:01 p.m.
Module: wine Branch: master Commit: 8110b3cb09c395ac49777a3e590ac503537e7440 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8110b3cb09c395ac49777a3e59... Author: Francois Gouget <fgouget(a)free.fr> Date: Mon Mar 16 19:06:34 2015 +0100 odbccp32: Remove an uneeded NONAMELESSUNION directive. --- dlls/odbccp32/odbccp32.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/odbccp32/odbccp32.c b/dlls/odbccp32/odbccp32.c index fb4ea2c..0483f1e 100644 --- a/dlls/odbccp32/odbccp32.c +++ b/dlls/odbccp32/odbccp32.c @@ -24,7 +24,6 @@ #include <stdarg.h> #define COBJMACROS -#define NONAMELESSUNION #include "windef.h" #include "winbase.h"