Added current context to the exception debug event sent to the server.
diff --git a/include/server.h b/include/server.h
index f187ae5..7860e06 100644
--- a/include/server.h
+++ b/include/server.h
@@ -9,7 +9,7 @@
#include <stdlib.h>
#include <time.h>
-#include "windef.h"
+#include "winbase.h"
/* Request structures */
@@ -734,6 +734,7 @@
int nb_params; /* exceptions parameters */
int params[15];
int first_chance; /* first chance to handle it? */
+ CONTEXT context; /* thread context */
};
struct debug_event_create_thread
{