Include buffer.h, charset.h, and coding.h.
authorAndrew Innes <andrewi@gnu.org>
Mon, 22 Jun 1998 17:43:15 +0000 (17:43 +0000)
committerAndrew Innes <andrewi@gnu.org>
Mon, 22 Jun 1998 17:43:15 +0000 (17:43 +0000)
commitbbb059f3909548abe29e41578fe854c1530f704a
treeda3269c4d3d024b95ead5acaec731268514c0c03
parent375fcc095fc5a4417fed9cbe2816db214350513b
Include buffer.h, charset.h, and coding.h.
(Vclipboard_coding_system): New variable.
(syms_of_w32select): DEF_VAR it.
(Fw32_set_clipboard_data): Encode string using
Vclipboard_coding_system if necessary.
(Fw32_get_clipboard_data): Decode clipboard contents using
Vclipboard_coding_system if necessary.
src/w32select.c