From ac5c734f32ccd9787762253192de0d559609abae Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Fri, 12 Feb 1999 11:49:25 +0000 Subject: support win32_putenv() p4raw-id: //depot/perl@2898 --- win32/perlhost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/perlhost.h') diff --git a/win32/perlhost.h b/win32/perlhost.h index 21908098a5..e514bf1342 100644 --- a/win32/perlhost.h +++ b/win32/perlhost.h @@ -88,7 +88,7 @@ public: }; virtual int Putenv(const char *envstring, int &err) { - return putenv(envstring); + return win32_putenv(envstring); }; virtual char* LibPath(char *pl) { -- cgit v1.2.1