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; DWORD OriginalCOMTableSize;
} FILE_FIX_INFO, *PFILE_FIX_INFO; } FILE_FIX_INFO, *PFILE_FIX_INFO;
typedef struct DECLSPEC_ALIGN(16) typedef struct DECLSPEC_ALIGN(16) _XmmRegister_t
{ {
ULONGLONG Low; ULONGLONG Low;
LONGLONG High; LONGLONG High;
} } XmmRegister_t;
XmmRegister_t;
typedef struct typedef struct
{ {

View File

@ -93,12 +93,11 @@
#define CONTEXT_EXTENDED_REGISTERS 0 #define CONTEXT_EXTENDED_REGISTERS 0
#endif #endif
typedef struct DECLSPEC_ALIGN(16) typedef struct DECLSPEC_ALIGN(16) _XmmRegister_t
{ {
ULONGLONG Low; ULONGLONG Low;
LONGLONG High; LONGLONG High;
} } XmmRegister_t;
XmmRegister_t;
typedef struct typedef struct
{ {