Added vs2017 project generation

This commit is contained in:
Jordan Cristiano 2017-05-24 23:27:13 -04:00
parent 1f09948764
commit bfa09d80f2
3 changed files with 5 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#include <stddef.h>
#endif
#if defined(_MSC_VER) && (_MSC_VER <= 1900)
#if defined(_MSC_VER) && (_MSC_VER <= 1910)
#include <basetsd.h>
typedef SSIZE_T ssize_t;
#endif

Binary file not shown.

4
premake/vs2017.bat Normal file
View File

@ -0,0 +1,4 @@
premake5 --file=premake5.lua vs2017
pause