fix 'gui-available?' (PR 9415)

svn: r9976

original commit: c7201b898296a7765691f9e8a55816f4acb2cfb9
This commit is contained in:
Matthew Flatt 2008-05-27 12:43:35 +00:00
parent e3d6faf898
commit 1b647b5baf
2 changed files with 9 additions and 1 deletions

View File

@ -27,7 +27,8 @@
"private/gdi.ss"
"private/snipfile.ss"
"private/repl.ss"
"private/afm.ss")
"private/afm.ss"
"private/dynamic.ss")
;; Initialize AFM/PS:
(wx:set-ps-procs

View File

@ -0,0 +1,7 @@
#lang scheme/base
;; This module is for use by scheme/gui/dynamic.
;; It is required by mred/mred so that it gets carried
;; along when mred/mred is attached to a new namespace.
(dynamic-require ''#%mred-kernel #f)