Mercurial > hg > sv-dependency-builds
annotate src/opusfile-0.9/examples/win32utf8.h @ 79:91c729825bca pa_catalina
Update build for AUDIO_COMPONENT_FIX
author | Chris Cannam |
---|---|
date | Wed, 30 Oct 2019 12:40:34 +0000 |
parents | 7aeed7906520 |
children |
rev | line source |
---|---|
Chris@69 | 1 #if !defined(_win32utf8_H) |
Chris@69 | 2 # define _win32utf8_H (1) |
Chris@69 | 3 # if defined(_WIN32) |
Chris@69 | 4 |
Chris@69 | 5 /*Make a best-effort attempt to support UTF-8 on Windows.*/ |
Chris@69 | 6 void win32_utf8_setup(int *_argc,const char ***_argv); |
Chris@69 | 7 |
Chris@69 | 8 # endif |
Chris@69 | 9 #endif |