From: Stephen Adams Date: Wed, 28 Feb 1996 16:33:38 +0000 (+0000) Subject: Added clipbrd.scm and exported WIN32-CLIPBOARD-READ-TEXT and X-Git-Tag: 20090517-FFI~5695 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1a83c1649789ee623b0451f8a4c9d2344eb490dc;p=mit-scheme.git Added clipbrd.scm and exported WIN32-CLIPBOARD-READ-TEXT and WIN32-CLIPBOARD-WRITE-TEXT. --- diff --git a/v7/src/win32/win32.pkg b/v7/src/win32/win32.pkg index a3cb1e8a7..51298b15e 100644 --- a/v7/src/win32/win32.pkg +++ b/v7/src/win32/win32.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: win32.pkg,v 1.6 1995/02/21 23:28:04 cph Exp $ +$Id: win32.pkg,v 1.7 1996/02/28 16:33:38 adams Exp $ Copyright (c) 1993-95 Massachusetts Institute of Technology @@ -52,13 +52,16 @@ MIT in each case. |# "win_ffi" "module" "protect" + "clipbrd" ) (export () %call-foreign-function parameterize-with-module-entry module-entry/machine-address module-entry/attempt-linkage - start-message-polling-thread) + start-message-polling-thread + win32-clipboard-read-text + win32-clipboard-write-text) (initialization (initialize-package!)) )