mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-07 12:24:19 +00:00
bugfix: InvalidSockets needs to be a let variable
This commit is contained in:
@@ -131,7 +131,7 @@ type
|
||||
|
||||
ETimeout* = object of ESynch
|
||||
|
||||
const
|
||||
let
|
||||
InvalidSocket*: TSocket = nil ## invalid socket
|
||||
|
||||
when defined(windows):
|
||||
|
||||
Reference in New Issue
Block a user