The branch "master" has been updated in SBCL:
via 0a5ca77548b8a9f3488b176f44662d421b588a4e (commit)
from 2bb9ad6165bb2c03f233d120dfca7b7d26c36016 (commit)
- Log -----------------------------------------------------------------
commit 0a5ca77548b8a9f3488b176f44662d421b588a4e
Author: David Lichteblau <david@...>
Date: Fri Nov 23 15:05:52 2012 +0100
Add mswin.def
Fixes the build on Windows.
---
src/runtime/mswin.def | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
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
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL
|