Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Nussbaum <nick.nussbaum@fticonsulting.com>2013-01-19 04:10:17 +0400
committerNick Nussbaum <nick.nussbaum@fticonsulting.com>2013-01-19 04:10:17 +0400
commita74e103634b38866db79259cb90ccca78fe4b8bb (patch)
tree32388eeabc364cfe445ed6402a235f4e5a5f34a2 /vowpalwabbit/vwdll.cpp
parent754a3822b5f9a640ef440b8b3f43c6d344bf85cd (diff)
Add Utf16 to Utf8 conversion in marshalling from C#
Diffstat (limited to 'vowpalwabbit/vwdll.cpp')
-rw-r--r--vowpalwabbit/vwdll.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/vwdll.cpp b/vowpalwabbit/vwdll.cpp
index 7fb6eed1..7534422d 100644
--- a/vowpalwabbit/vwdll.cpp
+++ b/vowpalwabbit/vwdll.cpp
@@ -16,7 +16,7 @@
// a future optimization would be to write an inner version of hash feature which either hashed the
// wide string directly (and live with the different hash values) or incorporate the UTF-16 to UTF-8 conversion
// in the hashing to avoid allocating an intermediate string.
-
+
extern "C"
{