This commit is contained in:
Mr. eXoDia 2014-12-30 03:17:03 +01:00
parent acb0e1aa24
commit 9ab24a8d8f
2 changed files with 4 additions and 6 deletions

View File

@ -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
{

View File

@ -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
{