From 1a83c1649789ee623b0451f8a4c9d2344eb490dc Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Wed, 28 Feb 1996 16:33:38 +0000 Subject: [PATCH] Added clipbrd.scm and exported WIN32-CLIPBOARD-READ-TEXT and WIN32-CLIPBOARD-WRITE-TEXT. --- v7/src/win32/win32.pkg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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!)) ) -- 2.25.1