annotate src/opusfile-0.9/examples/win32utf8.h @ 158:fa7c54aeb697

Rebuild with --disable-stack-protector for mingw32
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 25 Jan 2019 14:31:07 +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