From 4ff3b7cf05cc409216f248860c3c1312443943cf Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 8 Jun 2013 16:49:49 +0000 Subject: Revert r41179 "partially revert r41163 because r41173 didn't fix failure" r41173 is not actually tested; it seems good. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/win32.c b/win32/win32.c index 25d94ff429..7b42df096f 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -3763,7 +3763,7 @@ str2guid(const char *str, GUID *guid) } /* License: Ruby's */ -#if !defined(_IFDEF_) && !defined(__MINGW64__) +#ifndef HAVE_TYPE_NET_LUID typedef struct { uint64_t Value; struct { -- cgit v1.2.3