jmckaskill / luaffi

Standalone FFI library for calling C functions from lua. Compatible with the luajit FFI interface.
469 stars 84 forks source link

MSVC keywords for fixed-length types: __int8, __int16, __int32 and __int64 #16

Closed jmckaskill closed 12 years ago

jmckaskill commented 12 years ago

int32 and int64 already done, still need int8 and int16