* fixed win64 compilation

git-svn-id: trunk@3304 -
This commit is contained in:
Marc Weustink 2006-04-20 18:53:24 +00:00
parent b7d30936c2
commit 088f30c2f2
2 changed files with 1 additions and 4 deletions

View File

@ -5313,9 +5313,6 @@ Const
CONTEXT_SERVICE_ACTIVE = $10000000;
CONTEXT_EXCEPTION_REQUEST = $40000000;
CONTEXT_EXCEPTION_REPORTING = $80000000;
const
LEGACY_SAVE_AREA_LENGTH = sizeof(XMM_SAVE_AREA32);
{$endif}
const

View File

@ -1077,7 +1077,7 @@
Low: ULONGLONG;
High: LONGLONG;
end;
_M128A = M128A
_M128A = M128A;
TM128A = M128A;
PM128A = TM128A;