summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--include/ruby/win32.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 85ffda91d2..2284fcf813 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 10 10:48:59 2012 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * include/ruby/win32.h (NT, NtInitialize): removed unused old macros.
+
Tue Jul 10 10:43:37 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* configure.in: removed --enable/disable-win95 options. (see r36432)
diff --git a/include/ruby/win32.h b/include/ruby/win32.h
index ed7523eef8..5ec3d3dd66 100644
--- a/include/ruby/win32.h
+++ b/include/ruby/win32.h
@@ -44,8 +44,6 @@ extern "C++" { /* template without extern "C++" */
#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 @@ struct msghdr {
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 *);