mountmgr.sys: Remove unneeded NONAMELESSXXX directives.

This commit is contained in:
Francois Gouget 2015-03-05 17:31:32 +01:00 committed by Alexandre Julliard
parent f572279576
commit 9cf7398394
3 changed files with 2 additions and 4 deletions

View File

@ -27,6 +27,8 @@
#include <stdio.h>
#include <sys/time.h>
#define NONAMELESSUNION
#include "mountmgr.h"
#include "winreg.h"
#include "winuser.h"

View File

@ -22,7 +22,6 @@
#include <unistd.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "mountmgr.h"
#include "winreg.h"

View File

@ -20,9 +20,6 @@
#include <stdarg.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
#include "windef.h"