638
edits
(make builtin types int and int32_t distinct on all platforms, and likewise short and int16_t etc.; also, SameType fixes) |
|||
| Line 144: | Line 144: | ||
const charPtr = new ctypes.PointerType(ctypes.char); | const charPtr = new ctypes.PointerType(ctypes.char); | ||
charPtr.toSource() | charPtr.toSource() | ||
===> "ctypes. | ===> "ctypes.char.ptr" | ||
const Point = new ctypes.StructType( | const Point = new ctypes.StructType( | ||
edits