mountmgr.sys: Remove unneeded NONAMELESSXXX directives.
This commit is contained in:
parent
f572279576
commit
9cf7398394
|
@ -27,6 +27,8 @@
|
|||
#include <stdio.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#define NONAMELESSUNION
|
||||
|
||||
#include "mountmgr.h"
|
||||
#include "winreg.h"
|
||||
#include "winuser.h"
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#define NONAMELESSUNION
|
||||
#define NONAMELESSSTRUCT
|
||||
|
||||
#include "mountmgr.h"
|
||||
#include "winreg.h"
|
||||
|
|
|
@ -20,9 +20,6 @@
|
|||
|
||||
#include <stdarg.h>
|
||||
|
||||
#define NONAMELESSUNION
|
||||
#define NONAMELESSSTRUCT
|
||||
|
||||
#include "ntstatus.h"
|
||||
#define WIN32_NO_STATUS
|
||||
#include "windef.h"
|
||||
|
|
Loading…
Reference in New Issue