1.0.43.69: win32: fix build, broken by 1.0.43.62
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 18 Oct 2010 16:18:32 +0000 (16:18 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 18 Oct 2010 16:18:32 +0000 (16:18 +0000)
 Need _rmdir in the runtime now.

src/runtime/win32-os.c
version.lisp-expr

index fb3ad0b..c674ca6 100644 (file)
@@ -549,6 +549,7 @@ void scratch(void)
     Sleep(0);
     WriteFile(0, 0, 0, 0, 0);
     _get_osfhandle(0);
+    _rmdir(0);
     _pipe(0,0,0);
     access(0,0);
     close(0);
index 7c59ad9..3723864 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.43.68"
+"1.0.43.69"