diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-10 04:41:38 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-10 04:41:38 +0000 |
commit | 4f63d0249796d635a70b03245ad972152a3eba76 (patch) | |
tree | 78e8b9415185329d5689a8dbb8bfaa4aa5ba97cf /win32/config_H.bc | |
parent | cea2e8a9dd23747fd2b66edc86c58c64e9970321 (diff) | |
download | perl-4f63d0249796d635a70b03245ad972152a3eba76.tar.gz |
win32 build fixes
p4raw-id: //depot/perl@3525
Diffstat (limited to 'win32/config_H.bc')
-rw-r--r-- | win32/config_H.bc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/win32/config_H.bc b/win32/config_H.bc index 611e03149f..5b795f5d03 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -2357,7 +2357,7 @@ * in programs that are not prepared to deal with ~ expansion at run-time. */ #define PRIVLIB "c:\\perl\\5.00557\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.00557")) /**/ +#define PRIVLIB_EXP (win32_get_privlib(aTHX_ "5.00557")) /**/ /* SELECT_MIN_BITS: * This symbol holds the minimum number of bits operated by select. @@ -2398,7 +2398,7 @@ * in programs that are not prepared to deal with ~ expansion at run-time. */ #define SITELIB "c:\\perl\\site\\5.00557\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.00557")) /**/ +#define SITELIB_EXP (win32_get_sitelib(aTHX_ "5.00557")) /**/ /* STARTPERL: * This variable contains the string to put in front of a perl @@ -2679,4 +2679,3 @@ #define Uid_t uid_t /* UID type */ #endif -#include <win32.h> |