mirror of https://github.com/x64dbg/TitanEngine
fixes
This commit is contained in:
parent
acb0e1aa24
commit
9ab24a8d8f
|
|
@ -586,12 +586,11 @@ typedef struct
|
|||
DWORD OriginalCOMTableSize;
|
||||
} FILE_FIX_INFO, *PFILE_FIX_INFO;
|
||||
|
||||
typedef struct DECLSPEC_ALIGN(16)
|
||||
typedef struct DECLSPEC_ALIGN(16) _XmmRegister_t
|
||||
{
|
||||
ULONGLONG Low;
|
||||
LONGLONG High;
|
||||
}
|
||||
XmmRegister_t;
|
||||
} XmmRegister_t;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
|
|||
|
|
@ -93,12 +93,11 @@
|
|||
#define CONTEXT_EXTENDED_REGISTERS 0
|
||||
#endif
|
||||
|
||||
typedef struct DECLSPEC_ALIGN(16)
|
||||
typedef struct DECLSPEC_ALIGN(16) _XmmRegister_t
|
||||
{
|
||||
ULONGLONG Low;
|
||||
LONGLONG High;
|
||||
}
|
||||
XmmRegister_t;
|
||||
} XmmRegister_t;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue