none-ascii paths fix

This commit is contained in:
Aleksandr Zelenin
2018-08-01 23:41:56 +03:00
parent b4246627cb
commit 98a561371d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ const (
)
func init() {
C.setlocale(C.LC_CTYPE, C.CString(""))
C.MediaInfoDLL_Load()
}
+1
View File
@@ -1,3 +1,4 @@
#include <locale.h>
#include <stdlib.h>
#include <string.h>
#include <wchar.h>