change type of windows handles to Handle

This commit is contained in:
JamesP
2015-09-24 09:03:03 +10:00
parent 7656fae456
commit bdc1c5ee84

View File

@@ -32,9 +32,9 @@ type
size*: int ## size of the memory mapped file
when defined(windows):
fHandle: int
mapHandle: int
wasOpened: bool
fHandle: Handle
mapHandle: Handle
wasOpened: bool ## only close if wasOpened
else:
handle: cint