Changeset 176 for Include/WinNT.ab


Ignore:
Timestamp:
Mar 22, 2007, 2:40:36 AM (17 years ago)
Author:
dai
Message:

inet_ntoa関数のパラメータをDWordに変更(暫定対応)。
戻り値の型指定抜け、その他タイプミスを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/WinNT.ab

    r172 r176  
    934934    Rip As QWord
    935935    '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
    954954    Reserve[ELM(96)] As Byte
    955955    'Vector registers
    956     VectorRegisters[ELM(26)] As M128
     956    VectorRegisters[ELM(26)] As M128A
    957957    VectorControl As QWord
    958958    'Special debug control registers.
     
    52785278TypeDef PRTL_RUN_ONCE = *RTL_RUN_ONCE
    52795279
    5280 TypeDef PRTL_RUN_ONCE_INIT_FN = *Function(ByRef RunOnce As RTL_RUN_ONCE, Parameter As VoidPtr, ByRef Context As VoidPtr) 'LOGICAL
     5280TypeDef PRTL_RUN_ONCE_INIT_FN = *Function(ByRef RunOnce As RTL_RUN_ONCE, Parameter As VoidPtr, ByRef Context As VoidPtr) As DWord'LOGICAL
    52815281#endif
    52825282
Note: See TracChangeset for help on using the changeset viewer.