update MS Visual Studio project files

This commit is contained in:
Thomas Bernard
2019-12-24 02:15:47 +01:00
parent 8fec161073
commit 9af49020a2
7 changed files with 248 additions and 0 deletions

View File

@@ -29,6 +29,9 @@
#include <stdlib.h>
#include <string.h>
#if defined(_MSC_VER)
#define strdup _strdup
#endif
#include "struct.h"
#include "io.h"
#include "loadsave.h"