Mercurial > hg > sv-dependency-builds
view src/opusfile-0.9/examples/win32utf8.h @ 76:f3731af47c4b
No, that isn't going to end well. Back it out.
author | Chris Cannam |
---|---|
date | Sat, 16 Feb 2019 18:32:35 +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