summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 097aef0ce7..94e7c456ad 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -82,6 +82,9 @@ static int valid_filename(char *s);
static void StartSockets ();
static char *str_grow(struct RString *str, size_t new_size);
static DWORD wait_events(HANDLE event, DWORD timeout);
+#ifndef __BORLANDC__
+static int rb_w32_open_osfhandle(long osfhandle, int flags);
+#endif
char *NTLoginName;