summaryrefslogtreecommitdiff
path: root/win32/win32io.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32io.c')
-rw-r--r--win32/win32io.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/win32io.c b/win32/win32io.c
index 75832240c7..333b64a7ec 100644
--- a/win32/win32io.c
+++ b/win32/win32io.c
@@ -178,6 +178,9 @@ my_get_osfhandle( int filehandle )
return _get_osfhandle(filehandle);
}
+#ifdef PERLDLL
+__declspec(dllexport)
+#endif
WIN32_IOSUBSYSTEM win32stdio = {
12345678L, /* begin of structure; */
dummy_errno, /* (*pfunc_errno)(void); */