summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-27 05:42:15 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-27 05:42:15 +0000
commitd07ebba2dce1e3d099c03d6b4bb7d20195326a65 (patch)
tree5af97072331ea683e488ae81c2b4f3ca7054a78f /win32/win32.h
parent646f83fe29d16a5c2515d44f2f108917042a07fd (diff)
win32 fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h
index cbcf4e8117..412f8f9278 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -281,6 +281,9 @@ extern char *mystrerror(int);
#undef FD_SET
#define FD_SET myfdset
+#undef FD_CLR
+#define FD_CLR myfdclr
+
#undef FD_ISSET
#define FD_ISSET myfdisset