From f4a6e3d28722cd1a327e1ae0a532f511bcec6bbe Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Tue, 30 Dec 2003 19:23:30 +0000 Subject: [PATCH] and even third --- please excuse me for so much of commits, it should be one instead of 3 :-) svn path=/trunk/; revision=7342 --- reactos/include/ntos/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ntos/types.h b/reactos/include/ntos/types.h index 238d8911164..5a968fb4474 100644 --- a/reactos/include/ntos/types.h +++ b/reactos/include/ntos/types.h @@ -170,7 +170,7 @@ typedef union _ULARGE_INTEGER { DWORD LowPart; DWORD HighPart; - } u; + }; #endif /* ANONYMOUSUNIONS */ ULONGLONG QuadPart; } ULARGE_INTEGER, *PULARGE_INTEGER;