From: Nathan Moinvaziri Date: Fri, 4 Feb 2022 03:13:59 +0000 (-0800) Subject: Fixed short name for CPU features header guard. X-Git-Tag: 2.1.0-beta1~384 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66c6a63475f8f28b4c569d28e168ef4db94f1db2;p=thirdparty%2Fzlib-ng.git Fixed short name for CPU features header guard. --- diff --git a/cpu_features.h b/cpu_features.h index 89d4a5d9..51a2f39e 100644 --- a/cpu_features.h +++ b/cpu_features.h @@ -3,8 +3,8 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -#ifndef CPU_FEATURES -#define CPU_FEATURES +#ifndef CPU_FEATURES_H_ +#define CPU_FEATURES_H_ #include "crc32_fold.h"