Parser.st
changeset 4215 f09ab48915cc
parent 4214 dc215f1e6323
child 4216 47e3ba508648
equal deleted inserted replaced
4214:dc215f1e6323 4215:f09ab48915cc
 12595         (SDWORD          int32          )
 12595         (SDWORD          int32          )
 12596         (WORD            uint16         )
 12596         (WORD            uint16         )
 12597         (SWORD           int16          )
 12597         (SWORD           int16          )
 12598         (LPSTR           charPointer    )
 12598         (LPSTR           charPointer    )
 12599         (HANDLE          voidPointer    )
 12599         (HANDLE          voidPointer    )
 12600         (HRESULT         hresult         )
 12600         (HRESULT         hresult        )
       
 12601         (CALLBACK        voidFunctionPointer )
       
 12602         (voidFunc        voidFunctionPointer )
       
 12603         (funcPtr         voidFunctionPointer )
       
 12604         (functionPtr     voidFunctionPointer )
 12601     ) detect:[:p | p first = aTypeSymbol] ifNone:nil.
 12605     ) detect:[:p | p first = aTypeSymbol] ifNone:nil.
 12602 
 12606 
 12603     e notNil ifTrue:[ ^ e second ].
 12607     e notNil ifTrue:[ ^ e second ].
 12604 
 12608 
 12605 "/ the following is now done in ExternalFunction (if at all), as the ctype is not required to
 12609 "/ the following is now done in ExternalFunction (if at all), as the ctype is not required to