[前][次][番号順一覧][スレッド一覧]

ruby-changes:29127

From: naruse <ko1@a...>
Date: Sat, 8 Jun 2013 22:00:52 +0900 (JST)
Subject: [ruby-changes:29127] naruse:r41179 (trunk): partially revert r41163 because r41173 didn't fix failure

naruse	2013-06-08 22:00:42 +0900 (Sat, 08 Jun 2013)

  New Revision: 41179

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41179

  Log:
    partially revert r41163 because r41173 didn't fix failure
    
    http://ruby-mswin.cloudapp.net/vc10-x64/ruby-trunk/log/20130608T101707Z.log.html.gz

  Modified files:
    trunk/win32/win32.c

Index: win32/win32.c
===================================================================
--- win32/win32.c	(revision 41178)
+++ win32/win32.c	(revision 41179)
@@ -3763,7 +3763,7 @@ str2guid(const char *str, GUID *guid) https://github.com/ruby/ruby/blob/trunk/win32/win32.c#L3763
 }
 
 /* License: Ruby's */
-#ifndef HAVE_TYPE_NET_LUID
+#if !defined(_IFDEF_) && !defined(__MINGW64__)
     typedef struct {
 	uint64_t Value;
 	struct {

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]