aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h
index 4e8b1056e43..f3efcca031d 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -743,7 +743,7 @@ extern wchar_t *to_unicode (Lisp_Object str, Lisp_Object *buf);
743extern Lisp_Object from_unicode (Lisp_Object str); 743extern Lisp_Object from_unicode (Lisp_Object str);
744 744
745/* Convert WSTR to an Emacs string. */ 745/* Convert WSTR to an Emacs string. */
746extern Lisp_Object from_unicode_buffer (const wchar_t* wstr); 746extern Lisp_Object from_unicode_buffer (const wchar_t *wstr);
747 747
748#endif /* WINDOWSNT || CYGWIN */ 748#endif /* WINDOWSNT || CYGWIN */
749 749