From 0a5ca77548b8a9f3488b176f44662d421b588a4e Mon Sep 17 00:00:00 2001 From: David Lichteblau Date: Fri, 23 Nov 2012 15:05:52 +0100 Subject: [PATCH] Add mswin.def Fixes the build on Windows. --- src/runtime/mswin.def | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/runtime/mswin.def diff --git a/src/runtime/mswin.def b/src/runtime/mswin.def new file mode 100644 index 0000000..3f7ea3c --- /dev/null +++ b/src/runtime/mswin.def @@ -0,0 +1,4 @@ +EXPORTS + opendir + readdir + closedir -- 1.7.10.4