From: Gurusamy Sarathy Date: Thu, 16 Dec 1999 08:33:28 +0000 (+0000) Subject: mingw32 doesn't have anonymous union (from Benjamin Stuhl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9eaf016b1f0ee5c9f1c466e7c9deb66c2a8c9605;p=p5sagit%2Fp5-mst-13.2.git mingw32 doesn't have anonymous union (from Benjamin Stuhl ) p4raw-id: //depot/perl@4682 --- diff --git a/win32/win32.c b/win32/win32.c index 4e67352..4fcf6aa 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -2369,7 +2369,7 @@ Nt4CreateHardLinkW( StreamId.dwStreamId = BACKUP_LINK; StreamId.dwStreamAttributes = 0; StreamId.dwStreamNameSize = 0; -#ifdef __BORLANDC__ +#if defined(__BORLANDC__) || defined(__MINGW32__) StreamId.Size.u.HighPart = 0; StreamId.Size.u.LowPart = dwLen; #else