dylan-hackers / mindy

Mindy - minimal compiler-interpreter for Dylan
Other
21 stars 9 forks source link

shared libraries: Remove most / all of the flags for shl_load? #28

Closed waywardmonkeys closed 8 years ago

waywardmonkeys commented 8 years ago

This is related to #14, since we don't care about these flags when we're doing the Windows side.

Currently, these flags aren't correctly implemented, and I don't think they're needed at all, so they can probably just go away in favor of having shl_load just take a single parameter for the path to the library.