LaKraven / LKSL

LaKraven Studios Standard Library
http://otapi.com
Other
51 stars 15 forks source link

LKSL.Streams.Main compile under Android (Posix) #78

Closed bdwilton closed 9 years ago

bdwilton commented 9 years ago

Line 975 gives a compile error Unknown function and Unknown Position value if (ftruncate(FHandle, Position) = -1 then Need to add uses Posix.UniStd for ftruncate. Positon value I haven't figured out.

LaKraven commented 9 years ago

Resolved by 5e0ff59