Merge pull request #4274 from kumpera/cctor-abort
[mono.git] / mono / metadata / threads-types.h
index a259c7ff1641577b7c2a4efc6769875d01829d64..c473777932a32d97d7ba6899877ebacff9b6fff4 100644 (file)
@@ -53,10 +53,6 @@ typedef enum {
 #define SPECIAL_STATIC_THREAD 1
 #define SPECIAL_STATIC_CONTEXT 2
 
-#ifdef HOST_WIN32
-typedef SECURITY_ATTRIBUTES WapiSecurityAttributes;
-#endif
-
 typedef struct _MonoInternalThread MonoInternalThread;
 
 typedef void (*MonoThreadCleanupFunc) (MonoNativeThreadId tid);