projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65d1664
)
mingw32 doesn't have anonymous union (from Benjamin Stuhl
author
Gurusamy Sarathy
<gsar@cpan.org>
Thu, 16 Dec 1999 08:33:28 +0000
(08:33 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Thu, 16 Dec 1999 08:33:28 +0000
(08:33 +0000)
<sho_pi@hotmail.com>)
p4raw-id: //depot/perl@4682
win32/win32.c
patch
|
blob
|
history
diff --git
a/win32/win32.c
b/win32/win32.c
index
4e67352
..
4fcf6aa
100644
(file)
--- a/
win32/win32.c
+++ b/
win32/win32.c
@@
-2369,7
+2369,7
@@
Nt4CreateHardLinkW(
StreamId.dwStreamId = BACKUP_LINK;
StreamId.dwStreamAttributes = 0;
StreamId.dwStreamNameSize = 0;
-#if
def __BORLANDC__
+#if
defined(__BORLANDC__) || defined(__MINGW32__)
StreamId.Size.u.HighPart = 0;
StreamId.Size.u.LowPart = dwLen;
#else