summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-08 13:00:42 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-08 13:00:42 +0000
commite431c67ea71a067eeb5ece0d2e64d1791af4d141 (patch)
treef4b02f7655125696b69015a0c58b9231debc7392 /win32
parentf1a6b64b1d47e04a338f7d3d6f3c5dfaf13cdb2e (diff)
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
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c2
1 files changed, 1 insertions, 1 deletions
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 {