with feeling!
(sys_wll_exit): Ditto.
+2000-02-03 Gary V. Vaughan <gary@oranda.demon.co.uk>
+
+ (sys_wll_init): Deleted. No longer required. And this time,
+ with feeling!
+ (sys_wll_exit): Ditto.
+
2000-02-02 Gary V. Vaughan <gary@oranda.demon.co.uk>
* NEWS: updated.
#include <windows.h>
-static int
-sys_wll_init LTDL_PARAMS((void))
-{
- return 0;
-}
-
-static int
-sys_wll_exit LTDL_PARAMS((void))
-{
- return 0;
-}
-
/* Forward declaration; required to implement handle search below. */
static lt_dlhandle handles;