annotate src/opusfile-0.9/examples/win32utf8.h @ 159:f4b37539fcc7

Rebuild win32 Opus using mingw 5 rather than 7 to avoid runtime incompatibility
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 30 Jan 2019 10:30:56 +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