From 890153e8c0a8c2570b4ad8b76fc4159ad5cde39f Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 24 Mar 2015 11:40:41 +0100 Subject: [PATCH] storage.dll16: Remove an unneeded NONAMELESSSTRUCT directive. --- dlls/storage.dll16/storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/storage.dll16/storage.c b/dlls/storage.dll16/storage.c index 4807bcd4369..dcaff5c7a73 100644 --- a/dlls/storage.dll16/storage.c +++ b/dlls/storage.dll16/storage.c @@ -33,7 +33,7 @@ #endif #define NONAMELESSUNION -#define NONAMELESSSTRUCT + #include "windef.h" #include "winbase.h" #include "winternl.h"