From df57b512f5eba3d5e610a1ceb5c4c6f9cc0c2dc2 Mon Sep 17 00:00:00 2001 From: Art Yerkes Date: Thu, 1 Dec 2005 23:52:14 +0000 Subject: [PATCH] Added struct tag. svn path=/trunk/; revision=19822 --- reactos/w32api/include/winnt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/w32api/include/winnt.h b/reactos/w32api/include/winnt.h index 32ff4349766..83252d286cb 100644 --- a/reactos/w32api/include/winnt.h +++ b/reactos/w32api/include/winnt.h @@ -1677,7 +1677,7 @@ typedef struct _CONTEXT { #define CONTEXT_INTEGER 4L #define CONTEXT_DEBUG_REGISTERS 8L #define CONTEXT_FULL (CONTEXT_CONTROL|CONTEXT_FLOATING_POINT|CONTEXT_INTEGER) -typedef struct { +typedef struct _CONTEXT { double Fpr0; double Fpr1; double Fpr2;