mirror of
https://github.com/TinyCC/tinycc.git
synced 2025-11-16 12:34:45 +00:00
win32: _mingw.h: add definition for _TRUNCATE from newer _mingw.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user