diff options
Diffstat (limited to 'win32/perllib.c')
-rw-r--r-- | win32/perllib.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/perllib.c b/win32/perllib.c index 13d4b8b000..9d2aaa9e2b 100644 --- a/win32/perllib.c +++ b/win32/perllib.c @@ -63,8 +63,9 @@ EXTERN_C void boot_DynaLoader _((CV* cv)); static void xs_init() { - dXSUB_SYS; char *file = __FILE__; + dXSUB_SYS; + newXS("DynaLoader::boot_DynaLoader", boot_DynaLoader, file); } |