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

ruby-changes:16815

From: suke <ko1@a...>
Date: Sun, 1 Aug 2010 08:56:47 +0900 (JST)
Subject: [ruby-changes:16815] Ruby:r28809 (trunk): * ext/win32ole/win32ole.c: fix typo. [Bug #3636]

suke	2010-08-01 08:54:49 +0900 (Sun, 01 Aug 2010)

  New Revision: 28809

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

  Log:
    * ext/win32ole/win32ole.c: fix typo. [ruby-core:31564][Bug #3636]

  Modified files:
    trunk/ChangeLog
    trunk/ext/win32ole/win32ole.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 28808)
+++ ChangeLog	(revision 28809)
@@ -1,3 +1,7 @@
+Sun Aug  1 08:51:52 2010  Masaki Suketa <masaki.suketa@n...>
+
+	* ext/win32ole/win32ole.c: fix typo. [ruby-core:31564][Bug #3636]
+
 Sat Jul 31 23:15:27 2010  Tanaka Akira  <akr@f...>
 
 	* ext/pathname/pathname.c (path_inspect): Pathname#inspect translated
Index: ext/win32ole/win32ole.c
===================================================================
--- ext/win32ole/win32ole.c	(revision 28808)
+++ ext/win32ole/win32ole.c	(revision 28809)
@@ -64,7 +64,7 @@
 #define V_I1REF(X) V_UNION(X, pcVal)
 #endif
 
-#ifndef U_UI2REF
+#ifndef V_UI2REF
 #define V_UI2REF(X) V_UNION(X, puiVal)
 #endif
 
@@ -130,7 +130,7 @@
 
 #define WC2VSTR(x) ole_wc2vstr((x), TRUE)
 
-#define WIN32OLE_VERSION "1.4.9"
+#define WIN32OLE_VERSION "1.5.0"
 
 typedef HRESULT (STDAPICALLTYPE FNCOCREATEINSTANCEEX)
     (REFCLSID, IUnknown*, DWORD, COSERVERINFO*, DWORD, MULTI_QI*);

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

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