From 0cd192230252492ffee94822c81dca66f3c9a609 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Thu, 5 Mar 2015 17:31:39 +0100 Subject: [PATCH] hal: Remove unneeded NONAMELESSXXX directives. --- dlls/hal/hal.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/hal/hal.c b/dlls/hal/hal.c index add902815a..96bc895675 100644 --- a/dlls/hal/hal.c +++ b/dlls/hal/hal.c @@ -23,9 +23,6 @@ #include -#define NONAMELESSUNION -#define NONAMELESSSTRUCT - #include "ntstatus.h" #define WIN32_NO_STATUS #include "windef.h"