dplayx: Remove unneeded NONAMELESSSTRUCT directives.

This commit is contained in:
Francois Gouget 2015-03-11 11:30:00 +01:00 committed by Alexandre Julliard
parent 41768edec4
commit abd2c7265b
4 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
#include <string.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winerror.h"
#include "winbase.h"

View file

@ -33,7 +33,7 @@
#include <string.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "wine/debug.h"
#include "windef.h"
#include "winbase.h"

View file

@ -21,7 +21,7 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winerror.h"

View file

@ -23,7 +23,7 @@
#include <string.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winnls.h"