fix compile on VS2013 (need check on VS2015 if this is needed at all) (nw)

This commit is contained in:
Miodrag Milanovic 2015-10-19 11:13:07 +02:00
parent fd5aaeee0c
commit b49f780f7a

View File

@ -225,6 +225,8 @@ typedef UINT32 FPTR;
#ifdef _MSC_VER
#include <malloc.h>
#include <BaseTsd.h>
typedef SSIZE_T ssize_t;
#if _MSC_VER == 1900 // < VS2015
#define __LINE__Var 0
#endif