Francois Gouget : bthprops.cpl: Remove an unused NONAMELESSUNION directive.
Module: wine Branch: master Commit: d6654dbf2b38d02f3c6e0ede706a0388cd7cd4a6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d6654dbf2b38d02f3c6e0ede7... Author: Francois Gouget <fgouget(a)free.fr> Date: Wed Apr 18 03:24:11 2018 +0200 bthprops.cpl: Remove an unused NONAMELESSUNION directive. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/bthprops.cpl/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/bthprops.cpl/main.c b/dlls/bthprops.cpl/main.c index 02ee371..d670f2e 100644 --- a/dlls/bthprops.cpl/main.c +++ b/dlls/bthprops.cpl/main.c @@ -19,8 +19,6 @@ * */ -#define NONAMELESSUNION - #include <stdarg.h> #include <windef.h> #include <winbase.h>
participants (1)
-
Alexandre Julliard