X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=win32%2Fconfig_H.ce;h=90d4f404e195c5ebb287e2ae93c7783a10630a6f;hb=0100440d3c83cbbd0295cecf65f71318c7bebf25;hp=f814437feaffad800bda57e11f1087716aa900ed;hpb=7ea950175ceee077767e7114b36bdb033d932cb6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/win32/config_H.ce b/win32/config_H.ce index f814437..90d4f40 100644 --- a/win32/config_H.ce +++ b/win32/config_H.ce @@ -3361,7 +3361,7 @@ * in programs that are not prepared to deal with ~ expansion at run-time. */ #define PRIVLIB "\\Storage Card\\perl58m\\lib" /**/ -#define PRIVLIB_EXP (win32_get_privlib("5.11.0")) /**/ +#define PRIVLIB_EXP (win32_get_privlib(PERL_VERSION_STRING, NULL)) /**/ /* PTRSIZE: * This symbol contains the size of a pointer, so that the C preprocessor @@ -3492,7 +3492,7 @@ * be tacked onto this variable to generate a list of directories to search. */ #define SITELIB "\\Storage Card\\perl58m\\site\\lib" /**/ -#define SITELIB_EXP (win32_get_sitelib("5.11.0")) /**/ +#define SITELIB_EXP (win32_get_sitelib(PERL_VERSION_STRING, NULL)) /**/ #define SITELIB_STEM "" /**/ /* Size_t_size: