[threading] Introduce mono_thread_info_is_live and move all thread state testing...
[mono.git] / mono / utils / mono-error.h
index 5652432adb15282bd0dc121df65e50604e9f81b5..1da46d6f24025414c314a3824850f4827537c164 100644 (file)
@@ -33,7 +33,7 @@ enum {
 };
 
 /*Keep in sync with MonoErrorInternal*/
-typedef struct {
+typedef struct _MonoError {
        unsigned short error_code;
     unsigned short hidden_0; /*DON'T TOUCH */