From: David Lichteblau Date: Fri, 23 Nov 2012 14:05:52 +0000 (+0100) Subject: Add mswin.def X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=0a5ca77548b8a9f3488b176f44662d421b588a4e;p=sbcl.git Add mswin.def Fixes the build on Windows. --- 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