winecfg: Remove unneeded NONAMELESSXXX directives.

This commit is contained in:
Francois Gouget 2015-04-02 12:25:23 +02:00 committed by Alexandre Julliard
parent 1402201cd6
commit 6f64673fb5
4 changed files with 0 additions and 5 deletions

View file

@ -22,7 +22,6 @@
*/
#define WIN32_LEAN_AND_MEAN
#define NONAMELESSUNION
#include <windows.h>
#include <commdlg.h>
#include <wine/debug.h>

View file

@ -20,7 +20,6 @@
*/
#define WIN32_LEAN_AND_MEAN
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#include "config.h"

View file

@ -23,7 +23,6 @@
#include "config.h"
#include "wine/port.h"
#define NONAMELESSUNION
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <commdlg.h>

View file

@ -22,9 +22,7 @@
*/
#define WIN32_LEAN_AND_MEAN
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <windows.h>
#include <commctrl.h>