*** select-msw.c.old Tue Jun 2 04:50:58 1998 --- select-msw.c Mon Jul 3 20:19:11 2000 *************** *** 32,90 **** #include "console-msw.h" ! DEFUN ("mswindows-set-clipboard", Fmswindows_set_clipboard, 1, 1, 0, /* ! Copy STRING to the mswindows clipboard. */ ! (string)) { ! int rawsize, size, i; unsigned char *src, *dst, *next; HGLOBAL h = NULL; CHECK_STRING (string); /* Calculate size with LFs converted to CRLFs because * CF_TEXT format uses CRLF delimited ASCIIZ */ src = XSTRING_DATA (string); size = rawsize = XSTRING_LENGTH (string) + 1; ! for (i=0; i