update for HEAD-2003050101
[reactos.git] / include / msvcrt / internal / tls.h
index b1ec17d..0b25f9e 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <msvcrt/crttypes.h>
 #include <msvcrt/stddef.h>
+#include <windows.h>
 
 typedef struct _ThreadData
 {
@@ -24,6 +25,8 @@ typedef struct _ThreadData
   int thresh;                   /* THRESHold in chars */
   int mthresh;                  /* MTHRESHold in chars */
 
+  EXCEPTION_RECORD *exc_record; /* Head of exception record list */
+
 } THREADDATA, *PTHREADDATA;