Fix Windows header conflict.

This commit is contained in:
Joseph Cloutier
2022-06-03 19:38:11 -04:00
parent 50ff65956f
commit 60dd8803c1

View File

@@ -66,6 +66,11 @@
/* #undef __CHAR_UNSIGNED__ */
#endif
/* If rpcndr.h has defined boolean, jmorecfg.h should not. */
#ifdef __RPCNDR_H__
#define HAVE_BOOLEAN
#endif
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */