Avoid the use of a reserved macro name in contrib/minizip/ioapi.h.

This commit is contained in:
Mark Adler 2024-08-01 13:12:36 -07:00
parent 545f194963
commit fff132fe7c
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@
*/
#ifndef _ZLIBIOAPI64_H
#define _ZLIBIOAPI64_H
#ifndef ZLIBIOAPI64_H
#define ZLIBIOAPI64_H
#if (!defined(_WIN32)) && (!defined(WIN32)) && (!defined(__APPLE__))