bugfix: InvalidSockets needs to be a let variable

This commit is contained in:
Araq
2013-12-24 01:39:33 +01:00
parent 1081c104d0
commit 84e4710320

View File

@@ -131,7 +131,7 @@ type
ETimeout* = object of ESynch
const
let
InvalidSocket*: TSocket = nil ## invalid socket
when defined(windows):