fix build problem for non-Windows platforms
This commit is contained in:
parent
5259f159af
commit
d645200f93
|
@ -110,6 +110,9 @@ typedef long FILE;
|
||||||
#ifndef MSC_IZE
|
#ifndef MSC_IZE
|
||||||
# define MSC_IZE(x) x
|
# define MSC_IZE(x) x
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef M_MSC_IZE
|
||||||
|
# define M_MSC_IZE(x) x
|
||||||
|
#endif
|
||||||
#ifndef MSCBOR_IZE
|
#ifndef MSCBOR_IZE
|
||||||
# define MSCBOR_IZE(x) MSC_IZE(x)
|
# define MSCBOR_IZE(x) MSC_IZE(x)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue
Block a user