summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-14 03:22:06 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-14 03:22:06 +0000
commit77753bd9ec9f40e49d7bed633778f365e96a102a (patch)
treee2579db316a34561538d24af6d80a2ea9431f1aa /win32
parentbb5212d395ae2a65f40ee1a17c8eaa56ccb38c95 (diff)
* win32/win32.c (NET_LUID): mingw may have NET_LUID and not defined
_IFDEF_. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40721 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 2489942e4d..63453c349e 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -3762,7 +3762,7 @@ str2guid(const char *str, GUID *guid)
}
/* License: Ruby's */
-#ifndef _IFDEF_
+#if !defined(_IFDEF_) && !defined(__MINGW32__)
typedef struct {
uint64_t Value;
struct {