Module: wine Branch: master Commit: ae7dfe274f7a1a6f2c241eee39c6cef0bae8c9d3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ae7dfe274f7a1a6f2c241eee39...
Author: Francois Gouget fgouget@free.fr Date: Mon Mar 9 22:26:25 2015 +0100
d3d8: Remove unneeded NONAMELESSXXX directives.
---
dlls/d3d8/device.c | 2 -- dlls/d3d8/directx.c | 2 -- 2 files changed, 4 deletions(-)
diff --git a/dlls/d3d8/device.c b/dlls/d3d8/device.c index 6a4802d..464aced 100644 --- a/dlls/d3d8/device.c +++ b/dlls/d3d8/device.c @@ -24,8 +24,6 @@ #include <math.h> #include <stdarg.h>
-#define NONAMELESSUNION -#define NONAMELESSSTRUCT #include "windef.h" #include "winbase.h" #include "winuser.h" diff --git a/dlls/d3d8/directx.c b/dlls/d3d8/directx.c index 23100f2..75c8218 100644 --- a/dlls/d3d8/directx.c +++ b/dlls/d3d8/directx.c @@ -24,8 +24,6 @@
#include <stdarg.h>
-#define NONAMELESSUNION -#define NONAMELESSSTRUCT #include "windef.h" #include "winbase.h" #include "wingdi.h"