The R Project SVN R

Rev

Rev 68956 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68956 Rev 84952
Line 99... Line 99...
99
	CloseClipboard();
99
	CloseClipboard();
100
	return 0;
100
	return 0;
101
    } else return 1;
101
    } else return 1;
102
}
102
}
103
 
103
 
104
int clipboardhastext()
104
int clipboardhastext(void)
105
{
105
{
106
    return (int) IsClipboardFormatAvailable(CF_TEXT);
106
    return (int) IsClipboardFormatAvailable(CF_TEXT);
107
}
107
}