[A] Added HAVE_WCHAR config option

This commit is contained in:
seleznevae
2018-04-16 21:01:45 +03:00
parent 0c844aa143
commit 551ec6089b
8 changed files with 171 additions and 42 deletions

View File

@@ -8,6 +8,10 @@
#include <stdio.h>
#include "fort.h"
#if defined(FT_MICROSOFT_COMPILER)
#define _CRT_SECURE_NO_WARNINGS /* To disable warnings for unsafe functions */
#endif
#define FORT_COL_SEPARATOR '|'
#define FORT_UNUSED __attribute__((unused))