On 9/4/22 09:25, Bruno Haible wrote:
+# if !defined _MSC_VER +# define false false +# define true true +# endif
How about using "#ifndef true" instead? That will be more portable in the presence of other platforms with this portability issue.
On 9/4/22 09:25, Bruno Haible wrote:
+# if !defined _MSC_VER +# define false false +# define true true +# endif
How about using "#ifndef true" instead? That will be more portable in the presence of other platforms with this portability issue.