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

ruby-changes:24300

From: usa <ko1@a...>
Date: Tue, 10 Jul 2012 10:49:53 +0900 (JST)
Subject: [ruby-changes:24300] usa:r36351 (trunk): * include/ruby/win32.h (NT, NtInitialize): removed unused old macros.

usa	2012-07-10 10:49:43 +0900 (Tue, 10 Jul 2012)

  New Revision: 36351

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

  Log:
    * include/ruby/win32.h (NT, NtInitialize): removed unused old macros.

  Modified files:
    trunk/ChangeLog
    trunk/include/ruby/win32.h

Index: include/ruby/win32.h
===================================================================
--- include/ruby/win32.h	(revision 36350)
+++ include/ruby/win32.h	(revision 36351)
@@ -44,8 +44,6 @@
 #endif
 #endif
 
-#define NT 1			/* deprecated */
-
 /*
  * We're not using Microsoft's "extensions" to C for
  * Structured Exception Handling (SEH) so we can nuke these
@@ -224,7 +222,6 @@
     int msg_flags;
 };
 
-#define NtInitialize ruby_sysinit
 extern DWORD  rb_w32_osid(void);
 extern int    rb_w32_cmdvector(const char *, char ***);
 extern rb_pid_t  rb_w32_pipe_exec(const char *, const char *, int, int *, int *);
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 36350)
+++ ChangeLog	(revision 36351)
@@ -1,3 +1,7 @@
+Tue Jul 10 10:48:59 2012  NAKAMURA Usaku  <usa@r...>
+
+	* include/ruby/win32.h (NT, NtInitialize): removed unused old macros.
+
 Tue Jul 10 10:43:37 2012  NAKAMURA Usaku  <usa@r...>
 
 	* configure.in: removed --enable/disable-win95 options. (see r36432)

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

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