Changeset 1659 for trunk/bindings
- Timestamp:
- 21/10/11 20:03:09 (7 months ago)
- File:
-
- 1 edited
-
trunk/bindings/python/nxs/napi.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/python/nxs/napi.py
r1658 r1659 135 135 136 136 # Defined ctypes 137 from ctypes import c_void_p, c_int, c_ long, c_char, c_char_p137 from ctypes import c_void_p, c_int, c_int64, c_long, c_char, c_char_p 138 138 from ctypes import byref as _ref 139 139 c_void_pp = ctypes.POINTER(c_void_p) 140 140 c_int_p = ctypes.POINTER(c_int) 141 c_int64_p = ctypes.POINTER(c_int64) 141 142 class _NXlink(ctypes.Structure): 142 143 _fields_ = [("iTag", c_long),
Note: See TracChangeset
for help on using the changeset viewer.
