winmm: Remove unneeded NONAMELESSSTRUCT directives.

This commit is contained in:
Francois Gouget 2015-03-31 21:05:54 +02:00 committed by Alexandre Julliard
parent e54b62ae7c
commit c1de3cc5d4
2 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@
#include "wine/port.h"
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define COBJMACROS
#include <string.h>
#include <stdarg.h>
#include <stdio.h>

View File

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