Module: wine Branch: master Commit: e54b62ae7c6640330b1c8a9a654ae927aff699dc URL: http://source.winehq.org/git/wine.git/?a=commit;h=e54b62ae7c6640330b1c8a9a65...
Author: Francois Gouget fgouget@free.fr Date: Tue Mar 31 21:05:37 2015 +0200
winspool.drv: Remove unneeded NONAMELESSXXX directives.
---
dlls/winspool.drv/info.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c index 7653d2f..8cfedfb 100644 --- a/dlls/winspool.drv/info.c +++ b/dlls/winspool.drv/info.c @@ -102,8 +102,6 @@ #undef DPRINTF #endif
-#define NONAMELESSUNION -#define NONAMELESSSTRUCT #include "wine/library.h" #include "windef.h" #include "winbase.h"