Commit 8f37267f authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

winebus.sys: Use nameless unions.

parent a446e0e5
...@@ -79,8 +79,6 @@ ...@@ -79,8 +79,6 @@
#undef PAGE_SHIFT #undef PAGE_SHIFT
#endif /* HAVE_IOKIT_HID_IOHIDLIB_H */ #endif /* HAVE_IOKIT_HID_IOHIDLIB_H */
#define NONAMELESSUNION
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include "windef.h" #include "windef.h"
......
...@@ -31,8 +31,6 @@ ...@@ -31,8 +31,6 @@
# include <SDL.h> # include <SDL.h>
#endif #endif
#define NONAMELESSUNION
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include "windef.h" #include "windef.h"
......
...@@ -54,8 +54,6 @@ ...@@ -54,8 +54,6 @@
# endif # endif
#endif #endif
#define NONAMELESSUNION
#include "ntstatus.h" #include "ntstatus.h"
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#include "windef.h" #include "windef.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