mmsystem.dll16: Remove unneeded NONAMELESSXXX directives.

This commit is contained in:
Francois Gouget 2015-03-13 10:33:01 +01:00 committed by Alexandre Julliard
parent 1ba0d43b6e
commit b295ba36ac
3 changed files with 1 additions and 5 deletions

View File

@ -23,8 +23,6 @@
#include <string.h>
#include <stdio.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "mmsystem.h"

View File

@ -22,8 +22,6 @@
#include <stdarg.h>
#include <string.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "mmsystem.h"

View File

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