annotate src/opusfile-0.9/examples/win32utf8.h @ 164:9fa11135915a

This Mac compatibility fix appears to work, resolving SourceForge issue #273 Port Audio Fail on MacOS Catalina (10.15) - merging back
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 31 Oct 2019 13:20:41 +0000
parents 4664ac0c1032
children
rev   line source
cannam@154 1 #if !defined(_win32utf8_H)
cannam@154 2 # define _win32utf8_H (1)
cannam@154 3 # if defined(_WIN32)
cannam@154 4
cannam@154 5 /*Make a best-effort attempt to support UTF-8 on Windows.*/
cannam@154 6 void win32_utf8_setup(int *_argc,const char ***_argv);
cannam@154 7
cannam@154 8 # endif
cannam@154 9 #endif