Skip to content

Commit

Permalink
Remove TODO in Crystal::Loader on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed Sep 7, 2024
1 parent cdd9ccf commit 1f726c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/compiler/crystal/loader/msvc.cr
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ class Crystal::Loader
end

private def open_library(path : String)
# TODO: respect `@[Link(dll:)]`'s search order
LibC.LoadLibraryExW(System.to_wstr(path), nil, 0)
end

Expand Down

0 comments on commit 1f726c9

Please sign in to comment.