* 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
This commit is contained in:
parent
bb5212d395
commit
77753bd9ec
@ -1,3 +1,8 @@
|
||||
Tue May 14 12:21:28 2013 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/win32.c (NET_LUID): mingw may have NET_LUID and not defined
|
||||
_IFDEF_.
|
||||
|
||||
Tue May 14 03:33:17 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* string.c (rb_str_new_frozen): remove debug print.
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user