diff options
Diffstat (limited to 'sound_detector/toutf8.h')
-rw-r--r-- | sound_detector/toutf8.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound_detector/toutf8.h b/sound_detector/toutf8.h new file mode 100644 index 0000000..49d42d7 --- /dev/null +++ b/sound_detector/toutf8.h @@ -0,0 +1,3 @@ +#ifdef WIN32 +extern "C" char *to_utf8(const char *koi8r); +#endif |