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

ruby-changes:29137

From: naruse <ko1@a...>
Date: Sun, 9 Jun 2013 01:49:59 +0900 (JST)
Subject: [ruby-changes:29137] naruse:r41189 (trunk): Revert r41179 "partially revert r41163 because r41173 didn't fix failure"

naruse	2013-06-09 01:49:49 +0900 (Sun, 09 Jun 2013)

  New Revision: 41189

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

  Log:
    Revert r41179 "partially revert r41163 because r41173 didn't fix failure"
    
    r41173 is not actually tested; it seems good.

  Modified files:
    trunk/win32/win32.c

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

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

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