From 60c7a748b49b4a042d8f0b3994d4dd41ae9a2a6c Mon Sep 17 00:00:00 2001 From: "Mr. eXoDia" Date: Mon, 1 Dec 2014 00:58:08 +0100 Subject: [PATCH] M128A for mingw --- SDK/C/TitanEngine.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SDK/C/TitanEngine.h b/SDK/C/TitanEngine.h index 74ddb99..a67881b 100644 --- a/SDK/C/TitanEngine.h +++ b/SDK/C/TitanEngine.h @@ -10,6 +10,14 @@ #include #include +#ifdef __GNUC__ +typedef struct DECLSPEC_ALIGN(16) _M128A +{ + ULONGLONG Low; + LONGLONG High; +} M128A, *PM128A; +#endif //__GNUC__ + #pragma pack(push, 1) // Global.Constant.Structure.Declaration: