From 285dc99999f6e0c50db01585004d5ec12099e2e5 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 9 Mar 2015 09:32:20 +0100 Subject: [PATCH] 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 59239dda326..ac4741ee4e9 100644 --- a/dlls/commdlg.dll16/printdlg.c +++ b/dlls/commdlg.dll16/printdlg.c @@ -27,8 +27,6 @@ #include #include -#define NONAMELESSUNION -#define NONAMELESSSTRUCT #include "windef.h" #include "winbase.h" #include "wingdi.h"