win32: _mingw.h: add definition for _TRUNCATE from newer _mingw.h

master
Avi Halachmi (:avih) 2016-06-19 09:49:56 +03:00
parent ab8422c8e7
commit 3f21d81073
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@
#define __CRT_UNALIGNED
#define _CONST_RETURN
#ifndef _TRUNCATE
#define _TRUNCATE ((size_t)-1)
#endif
#define __CRT_STRINGIZE(_Value) #_Value
#define _CRT_STRINGIZE(_Value) __CRT_STRINGIZE(_Value)
#define __CRT_WIDE(_String) L ## _String