summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-02 11:42:03 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-02 11:42:03 +0000
commit26871e0a0456cc9e8d54873877da90cb4868e80b (patch)
tree21f089d721a1547e9a582f1d6f1fb7116ee48a31 /win32/win32.h
parentdf4e335fb6f784af31de56465cdc0b78a95521e1 (diff)
downloadperl-26871e0a0456cc9e8d54873877da90cb4868e80b.tar.gz
workaround for undefined symbol
p4raw-id: //depot/perl@4966
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 4fed26a911..f8e8dc7d79 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 <sys/types.h>
#ifndef DllMain