diff options
Diffstat (limited to 'tkimg/zlib/zlib.h')
-rwxr-xr-x | tkimg/zlib/zlib.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tkimg/zlib/zlib.h b/tkimg/zlib/zlib.h new file mode 100755 index 0000000..e66df0b --- /dev/null +++ b/tkimg/zlib/zlib.h @@ -0,0 +1,12 @@ +
+/*
+ * Redirect the zlib definitions through the stub definitions of the
+ * binding. A wrapper for a support library using zlib has to use this
+ * header to ensure usage of the stub macros during the compilation of
+ * the support library itself. In this way we avoid the need for
+ * changing the original sources.
+ *
+ * This header has to be avoided when building the libz wrapper itself.
+ */
+
+#include "zlibtclDecls.h"
|