summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dosish.h b/dosish.h
index 8734cda27c..1b251ef310 100644
--- a/dosish.h
+++ b/dosish.h
@@ -11,10 +11,11 @@ void Perl_DJGPP_init();
# define PERL_SYS_INIT(argcp, argvp) STMT_START { \
Perl_DJGPP_init(); } STMT_END
#else /* DJGPP */
-# define PERL_SYS_INIT(c,v)
# ifdef WIN32
+# define PERL_SYS_INIT(c,v) Perl_win32_init(c,v)
# define BIT_BUCKET "nul"
# else
+# define PERL_SYS_INIT(c,v)
# define BIT_BUCKET "\\dev\\nul" /* "wanna be like, umm, Newlined, or somethin?" */
# endif
#endif /* DJGPP */