shithub: opusfile

ref: 6a08376da80d34a3dcd931e4d4fb3f3116387e1c
dir: /examples/win32utf8.h/

View raw version
#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