mirror of
https://github.com/zoriya/go-mediainfo.git
synced 2026-06-06 11:52:20 +00:00
none-ascii paths fix
This commit is contained in:
@@ -46,6 +46,7 @@ const (
|
||||
)
|
||||
|
||||
func init() {
|
||||
C.setlocale(C.LC_CTYPE, C.CString(""))
|
||||
C.MediaInfoDLL_Load()
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#include <locale.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
||||
Reference in New Issue
Block a user