From: Gurusamy Sarathy Date: Wed, 2 Feb 2000 11:42:03 +0000 (+0000) Subject: workaround for undefined symbol X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=26871e0a0456cc9e8d54873877da90cb4868e80b;p=p5sagit%2Fp5-mst-13.2.git workaround for undefined symbol p4raw-id: //depot/perl@4966 --- diff --git a/win32/win32.h b/win32/win32.h index 4fed26a..f8e8dc7 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -163,6 +163,7 @@ struct utsname { #define _access access #define _chdir chdir #define _getpid getpid +#define wcsicmp _wcsicmp #include #ifndef DllMain