T_IO_Context Original_file_name and Original_file_directory are now dynamically allocated

This commit is contained in:
Thomas Bernard
2019-02-18 09:08:47 +01:00
parent 11ddd669b3
commit 9886872c8a
3 changed files with 22 additions and 30 deletions

View File

@@ -36,6 +36,7 @@
#if _MSC_VER < 1900
#define snprintf _snprintf
#endif
#define strdup _strdup
#endif
#include <zlib.h>