Get_unicode_filename() can malloc() the return string

This commit is contained in:
Thomas Bernard
2019-01-15 17:18:34 +01:00
parent a69ad46902
commit 75c93b0ce4
3 changed files with 69 additions and 30 deletions

View File

@@ -69,6 +69,7 @@
#ifndef _MSC_VER
#include <unistd.h>
#else
#define strdup _strdup
#if _MSC_VER < 1900
#define snprintf _snprintf
#endif