diff options
Diffstat (limited to 'win32/config.H')
-rw-r--r-- | win32/config.H | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win32/config.H b/win32/config.H index e375c5692d..2018198084 100644 --- a/win32/config.H +++ b/win32/config.H @@ -1414,7 +1414,7 @@ * in programs that are not prepared to deal with ~ expansion at run-time. */ #define ARCHLIB "c:\\perl\\lib" /**/ -#define ARCHLIB_EXP "c:\\perl\\lib" /**/ +#define ARCHLIB_EXP (win32PerlLibPath()) /**/ /* BINCOMPAT3: * This symbol, if defined, indicates that Perl 5.004 should be @@ -1776,5 +1776,6 @@ #endif #include <win32.h> -#define ARCHLIBEXP (win32PerlLibPath()) +#ifndef DEBUGGING #define DEBUGGING +#endif |