Added VS2013 project for dictBuilder

- fixed strings.h vs string.h include
- fixed INLINE/FORCE_INLINE defines
This commit is contained in:
Christophe Chevalier
2016-01-30 21:12:37 +01:00
parent fd416f1eaf
commit f5fa09e5ac
8 changed files with 326 additions and 1 deletions
+5 -1
View File
@@ -50,7 +50,11 @@ extern "C" {
# include <stddef.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
# ifdef _WIN32
# include <string.h>
# else
# include <strings.h>
# endif
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>