Commit ca1545cf authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll: Remove unneeded NONAMELESSXXX directives.

parent ce40bcf0
...@@ -28,10 +28,9 @@ ...@@ -28,10 +28,9 @@
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "winternl.h" #include "winternl.h"
#include "ddk/wdm.h" #include "ddk/wdm.h"
#include "ntdll_misc.h" #include "ntdll_misc.h"
......
...@@ -116,10 +116,9 @@ typedef struct ...@@ -116,10 +116,9 @@ typedef struct
#endif #endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h" #include "windef.h"
#include "winternl.h" #include "winternl.h"
#include "winioctl.h" #include "winioctl.h"
......
...@@ -70,10 +70,9 @@ ...@@ -70,10 +70,9 @@
# include <unistd.h> # include <unistd.h>
#endif #endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h" #include "windef.h"
#include "winnt.h" #include "winnt.h"
#include "winternl.h" #include "winternl.h"
......
...@@ -76,10 +76,9 @@ ...@@ -76,10 +76,9 @@
# include <valgrind/memcheck.h> # include <valgrind/memcheck.h>
#endif #endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "wine/unicode.h" #include "wine/unicode.h"
#include "wine/debug.h" #include "wine/debug.h"
#include "wine/server.h" #include "wine/server.h"
......
...@@ -33,10 +33,9 @@ ...@@ -33,10 +33,9 @@
#define RUNNING_ON_VALGRIND 0 #define RUNNING_ON_VALGRIND 0
#endif #endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h" #include "windef.h"
#include "winnt.h" #include "winnt.h"
#include "winternl.h" #include "winternl.h"
......
...@@ -28,11 +28,9 @@ ...@@ -28,11 +28,9 @@
# include <sys/mman.h> # include <sys/mman.h>
#endif #endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h" #include "windef.h"
#include "winnt.h" #include "winnt.h"
#include "winternl.h" #include "winternl.h"
......
...@@ -57,10 +57,9 @@ ...@@ -57,10 +57,9 @@
# include <sys/strtio.h> # include <sys/strtio.h>
#endif #endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h" #include "windef.h"
#include "winternl.h" #include "winternl.h"
#include "winioctl.h" #include "winioctl.h"
......
...@@ -48,11 +48,9 @@ ...@@ -48,11 +48,9 @@
#include <stdlib.h> #include <stdlib.h>
#include <time.h> #include <time.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h" #include "windef.h"
#include "winternl.h" #include "winternl.h"
#include "wine/server.h" #include "wine/server.h"
......
...@@ -48,10 +48,9 @@ ...@@ -48,10 +48,9 @@
#define MTSETBLK MTSETBSIZ #define MTSETBLK MTSETBSIZ
#endif #endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h" #include "windef.h"
#include "winternl.h" #include "winternl.h"
#include "winioctl.h" #include "winioctl.h"
......
...@@ -42,8 +42,6 @@ ...@@ -42,8 +42,6 @@
# include <mach/mach_time.h> # include <mach/mach_time.h>
#endif #endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include "windef.h" #include "windef.h"
......
...@@ -42,10 +42,9 @@ ...@@ -42,10 +42,9 @@
# include <valgrind/valgrind.h> # include <valgrind/valgrind.h>
#endif #endif
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#define NONAMELESSUNION
#include "windef.h" #include "windef.h"
#include "winternl.h" #include "winternl.h"
#include "wine/library.h" #include "wine/library.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment