Changeset 176 for Include/WinNT.ab
- Timestamp:
- Mar 22, 2007, 2:40:36 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/WinNT.ab
r172 r176 934 934 Rip As QWord 935 935 'MMX/floating point state. 936 Header[ELM(2)] As M128 937 Legacy[ELM(8)] As M128 938 Xmm0 As M128 939 Xmm1 As M128 940 Xmm2 As M128 941 Xmm3 As M128 942 Xmm4 As M128 943 Xmm5 As M128 944 Xmm6 As M128 945 Xmm7 As M128 946 Xmm8 As M128 947 Xmm9 As M128 948 Xmm10 As M128 949 Xmm11 As M128 950 Xmm12 As M128 951 Xmm13 As M128 952 Xmm14 As M128 953 Xmm15 As M128 936 Header[ELM(2)] As M128A 937 Legacy[ELM(8)] As M128A 938 Xmm0 As M128A 939 Xmm1 As M128A 940 Xmm2 As M128A 941 Xmm3 As M128A 942 Xmm4 As M128A 943 Xmm5 As M128A 944 Xmm6 As M128A 945 Xmm7 As M128A 946 Xmm8 As M128A 947 Xmm9 As M128A 948 Xmm10 As M128A 949 Xmm11 As M128A 950 Xmm12 As M128A 951 Xmm13 As M128A 952 Xmm14 As M128A 953 Xmm15 As M128A 954 954 Reserve[ELM(96)] As Byte 955 955 'Vector registers 956 VectorRegisters[ELM(26)] As M128 956 VectorRegisters[ELM(26)] As M128A 957 957 VectorControl As QWord 958 958 'Special debug control registers. … … 5278 5278 TypeDef PRTL_RUN_ONCE = *RTL_RUN_ONCE 5279 5279 5280 TypeDef PRTL_RUN_ONCE_INIT_FN = *Function(ByRef RunOnce As RTL_RUN_ONCE, Parameter As VoidPtr, ByRef Context As VoidPtr) 'LOGICAL5280 TypeDef PRTL_RUN_ONCE_INIT_FN = *Function(ByRef RunOnce As RTL_RUN_ONCE, Parameter As VoidPtr, ByRef Context As VoidPtr) As DWord'LOGICAL 5281 5281 #endif 5282 5282
Note: See TracChangeset
for help on using the changeset viewer.