Do not include (system) headers when processing these headers with the
resource compiler, because it might trip over the headers coming from
LLVM.
# error Include zlib-ng.h for zlib-ng API or zlib.h for zlib-compat API but not both
#endif
+#ifndef RC_INVOKED
#include "zconf-ng.h"
#include <stdint.h>
#ifndef ZCONFNG_H
# error Missing zconf-ng.h add binary output directory to include directories
#endif
+#endif /* RC_INVOKED */
#ifdef __cplusplus
extern "C" {
# error Include zlib-ng.h for zlib-ng API or zlib.h for zlib-compat API but not both
#endif
+#ifndef RC_INVOKED
#include "zconf.h"
#include <stdint.h>
#ifndef ZCONF_H
# error Missing zconf.h add binary output directory to include directories
#endif
+#endif /* RC_INVOKED */
#ifdef __cplusplus
extern "C" {