view src/opusfile-0.9/examples/win32utf8.h @ 72:7b5216b54e42

Update exclusion list
author Chris Cannam
date Fri, 25 Jan 2019 13:49:22 +0000
parents 7aeed7906520
children
line wrap: on
line source
#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