Revert "alien.libraries: Normalize the path before opening a dll since"

This reverts commit 05aabb13f4.
db4
Doug Coleman 2014-07-07 23:31:59 -07:00
parent 05aabb13f4
commit 9bbf0af6e8
1 changed files with 0 additions and 1 deletions
basis/alien/libraries

View File

@ -26,7 +26,6 @@ ERROR: no-library name ;
: lookup-library ( name -- library ) libraries get at ;
: open-dll ( path -- dll dll-error/f )
normalize-path
[ dlopen dup dll-valid? [ f ] [ dlerror ] if ]
[ f f ] if* ;