summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-05 15:32:28 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-05 15:32:28 +0000
commit6e4cfd9475e4287df2e9cd5bfdad6bd82aaaacd6 (patch)
tree8961babcfccde9a7dba1b3451e218afbd67756f2 /win32
parentdcd8cdbf113c0b0b2ffe1b2f6463e6f8fcb145aa (diff)
* win32/win32.c (NET_LUID): define it on MinGW32.
mingw-w64 has NET_LUID but mingw32 (mingw.org) still doesn't have NET_LUID. reported by taco on IRC git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41094 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 b7eb4c62f2..25d94ff429 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(__MINGW32__)
+#if !defined(_IFDEF_) && !defined(__MINGW64__)
typedef struct {
uint64_t Value;
struct {