Module: wine Branch: master Commit: 285dc99999f6e0c50db01585004d5ec12099e2e5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=285dc99999f6e0c50db0158500...
Author: Francois Gouget fgouget@free.fr Date: Mon Mar 9 09:32:20 2015 +0100
commdlg.dll16: Remove unneeded NONAMELESSXXX directives.
---
dlls/commdlg.dll16/printdlg.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/commdlg.dll16/printdlg.c b/dlls/commdlg.dll16/printdlg.c index 59239dd..ac4741e 100644 --- a/dlls/commdlg.dll16/printdlg.c +++ b/dlls/commdlg.dll16/printdlg.c @@ -27,8 +27,6 @@ #include <stdio.h> #include <string.h>
-#define NONAMELESSUNION -#define NONAMELESSSTRUCT #include "windef.h" #include "winbase.h" #include "wingdi.h"