annotate src/opusfile-0.9/examples/win32utf8.h @ 169:223a55898ab9 tip default

Add null config files
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 02 Mar 2020 14:03:47 +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