Skip to content

Commit

Permalink
Enable System for win32 in prelude (#8661)
Browse files Browse the repository at this point in the history
System methods have been implemented for win32 in #6972
  • Loading branch information
straight-shoota authored Jan 7, 2020
1 parent d84b708 commit 9623919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prelude.cr
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ require "slice"
require "static_array"
require "struct"
require "symbol"
no_win require "system"
require "system"
require "crystal/system/thread"
require "time"
require "tuple"
Expand Down

0 comments on commit 9623919

Please sign in to comment.