mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
Revert "Move zconf.h to libretro-common/include/compat"
This reverts commit 15c00bc9970d0c350f3b6c19131b219db2b162f6.
This commit is contained in:
parent
15c00bc997
commit
2b80e89f13
@ -1,7 +1,3 @@
|
||||
#ifndef _COMPAT_ZLIB_H
|
||||
#define _COMPAT_ZLIB_H
|
||||
|
||||
#ifdef WANT_ZLIB
|
||||
/* zconf.h -- configuration of the zlib compression library
|
||||
* Copyright (C) 1995-2013 Jean-loup Gailly.
|
||||
* For conditions of distribution and use, see copyright notice in zlib.h
|
||||
@ -513,9 +509,3 @@ typedef uLong FAR uLongf;
|
||||
#endif
|
||||
|
||||
#endif /* ZCONF_H */
|
||||
|
||||
#else
|
||||
#include <zconf.h>
|
||||
#endif
|
||||
|
||||
#endif
|
@ -36,7 +36,7 @@
|
||||
#ifndef ZLIB_H
|
||||
#define ZLIB_H
|
||||
|
||||
#include <compat/zconf.h>
|
||||
#include "zconf.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user