diff options
| -rw-r--r-- | nimterop/getters.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nimterop/getters.nim b/nimterop/getters.nim index e066858..d6f17c6 100644 --- a/nimterop/getters.nim +++ b/nimterop/getters.nim @@ -73,7 +73,8 @@ const gTypeMap = { "long double": "clongdouble", # misc - "time_t": "int32" + "time_t": "int32", + "ptrdiff_t": "ByteAddress" }.toTable() proc sanitizePath*(path: string): string = |
