From 02fe7437413eaaf7cee46e5a1862c1fc7ac0dbba Mon Sep 17 00:00:00 2001 From: claude-bot Date: Mon, 13 Jul 2026 12:40:01 +0000 Subject: Import xiph/opusfile @ 4174c26e0aaab19d01afdea0a46f7f95fdc6b3e6 Snapshot for re3/reVC vendoring, per @lzcnt. Source: https://github.com/xiph/opusfile (4174c26e0aaab19d01afdea0a46f7f95fdc6b3e6). --- examples/win32utf8.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 examples/win32utf8.h (limited to 'examples/win32utf8.h') diff --git a/examples/win32utf8.h b/examples/win32utf8.h new file mode 100644 index 0000000..0259823 --- /dev/null +++ b/examples/win32utf8.h @@ -0,0 +1,21 @@ +/******************************************************************** + * * + * THIS FILE IS PART OF THE libopusfile SOFTWARE CODEC SOURCE CODE. * + * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS * + * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE * + * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. * + * * + * THE libopusfile SOURCE CODE IS (C) COPYRIGHT 1994-2020 * + * by the Xiph.Org Foundation and contributors https://xiph.org/ * + * * + ********************************************************************/ + +#if !defined(_win32utf8_H) +# define _win32utf8_H (1) +# if defined(_WIN32) + +/*Make a best-effort attempt to support UTF-8 on Windows.*/ +void win32_utf8_setup(int *_argc,const char ***_argv); + +# endif +#endif -- cgit v1.2.3