From: Yves Orton Date: Sun, 7 Jan 2007 20:51:43 +0000 (+0100) Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ba2769ea20cab9d830589a267b2b38118c75056;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH] ANSIfy the PATH environment variable on Windows Message-ID: <9b18b3110701071151y13eaa554w257d2d5016ee0983@mail.gmail.com> p4raw-id: //depot/perl@29708 --- diff --git a/win32/win32.c b/win32/win32.c index e2c553b..3668585 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -191,6 +191,9 @@ IsWinNT(void) return (g_osver.dwPlatformId == VER_PLATFORM_WIN32_NT); } +DllExport char * +win32_ansipath(const WCHAR *widename); + EXTERN_C void set_w32_module_name(void) {