Added clipbrd.scm and exported WIN32-CLIPBOARD-READ-TEXT and
authorStephen Adams <edu/mit/csail/zurich/adams>
Wed, 28 Feb 1996 16:33:38 +0000 (16:33 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Wed, 28 Feb 1996 16:33:38 +0000 (16:33 +0000)
WIN32-CLIPBOARD-WRITE-TEXT.

v7/src/win32/win32.pkg

index a3cb1e8a76d788b68e1be3f7147ad7d64aba8513..51298b15e723da6b6329d585d681a4e084bde49b 100644 (file)
@@ -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!))
 )