workaround for undefined symbol
Gurusamy Sarathy [Wed, 2 Feb 2000 11:42:03 +0000 (11:42 +0000)]
p4raw-id: //depot/perl@4966

win32/win32.h

index 4fed26a..f8e8dc7 100644 (file)
@@ -163,6 +163,7 @@ struct utsname {
 #define _access access
 #define _chdir chdir
 #define _getpid getpid
+#define wcsicmp _wcsicmp
 #include <sys/types.h>
 
 #ifndef DllMain