Commit 22507d75 authored by Rémi Duraffort's avatar Rémi Duraffort

smb: use utf8_open (fix #2922)

parent 4a18031f
......@@ -42,7 +42,7 @@
# include <sys/stat.h>
# endif
# include <io.h>
# define smbc_open(a,b,c) open(a,b,c)
# define smbc_open(a,b,c) utf8_open(a,b,c)
# define stat _stati64
# define smbc_fstat(a,b) _fstati64(a,b)
# define smbc_read read
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment