projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
df4e335
)
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
patch
|
blob
|
blame
|
history
diff --git
a/win32/win32.h
b/win32/win32.h
index
4fed26a
..
f8e8dc7
100644
(file)
--- 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