Skip to content

Commit

Permalink
enable Utf8ToWide (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Feb 5, 2022
1 parent 9572293 commit f5e13be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mecab/src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,11 @@
#define EXIT_SUCCESS 0
#endif

/* for Open JTalk
#if defined(_WIN32) && !defined(__CYGWIN__)
#define WPATH(path) (MeCab::Utf8ToWide(path).c_str())
#else
#define WPATH(path) (path)
#endif
*/
#define WPATH(path) (path)

namespace MeCab {
class die {
Expand Down

0 comments on commit f5e13be

Please sign in to comment.