fix compile on VS2013 (need check on VS2015 if this is needed at all) (nw)
This commit is contained in:
parent
fd5aaeee0c
commit
b49f780f7a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user