Added struct tag.
Modified: trunk/reactos/w32api/include/winnt.h
--- trunk/reactos/w32api/include/winnt.h 2005-12-01 23:28:34 UTC (rev 19821) +++ trunk/reactos/w32api/include/winnt.h 2005-12-01 23:52:14 UTC (rev 19822) @@ -1677,7 +1677,7 @@
#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;