From e431c67ea71a067eeb5ece0d2e64d1791af4d141 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 8 Jun 2013 13:00:42 +0000 Subject: partially revert r41163 because r41173 didn't fix failure http://ruby-mswin.cloudapp.net/vc10-x64/ruby-trunk/log/20130608T101707Z.log.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/win32.c') diff --git a/win32/win32.c b/win32/win32.c index 7b42df096f..25d94ff429 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -3763,7 +3763,7 @@ str2guid(const char *str, GUID *guid) } /* License: Ruby's */ -#ifndef HAVE_TYPE_NET_LUID +#if !defined(_IFDEF_) && !defined(__MINGW64__) typedef struct { uint64_t Value; struct { -- cgit v1.2.1