summaryrefslogtreecommitdiff
path: root/sound_detector/toutf8.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-24 16:20:17 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-02-24 16:20:17 +0200
commitfdcdca41be3b31cc7948d7501909a8cd0e0e3b43 (patch)
treea585b98e4f80511a6efd1501a87d6c2d3386aa87 /sound_detector/toutf8.h
parent8836d189a22f8d4fe502ed3aa395aca46cfa2dae (diff)
conversion to cp866 for windows
Diffstat (limited to 'sound_detector/toutf8.h')
-rw-r--r--sound_detector/toutf8.h3
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