summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 8822a0b29e..968e9b7bd2 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -130,7 +130,6 @@ extern DWORD rb_w32_osid(void);
#define read(h, b, l) _read(h, b, l)
#define tell(h) _tell(h)
#define unlink(p) _unlink(p)
-#define write(h, b, l) _write(h, b, l)
#define _open _sopen
#define sopen _sopen
#undef fopen