summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-10 01:49:43 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-07-10 01:49:43 +0000
commit64ae820d6991d87937dbe8b389a10dbf230b6af6 (patch)
treea213f32d5b4ebf4d0a7d7f3418405fdefc6bf114 /include
parent8a02eed72334dfc4e4065d97cc39d543d25de2e9 (diff)
* include/ruby/win32.h (NT, NtInitialize): removed unused old macros.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/win32.h3
1 files changed, 0 insertions, 3 deletions
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 *);