mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-03-09 00:05:19 +00:00
Better name the include guard
This commit is contained in:
parent
f7065a2643
commit
d0e504f26e
6
thirdparty/gzip-hpp/decompress.hpp
vendored
6
thirdparty/gzip-hpp/decompress.hpp
vendored
@ -1,5 +1,5 @@
|
||||
#ifndef GZIP_HPP_INCLUDED
|
||||
#define GZIP_HPP_INCLUDED
|
||||
#ifndef GZIP_HPP_DECOMPRESS_HPP
|
||||
#define GZIP_HPP_DECOMPRESS_HPP
|
||||
|
||||
#ifndef ZLIB_CONST
|
||||
#define ZLIB_CONST
|
||||
@ -119,4 +119,4 @@ inline std::string decompress(std::string const& input,
|
||||
|
||||
} // namespace gzip
|
||||
|
||||
#endif
|
||||
#endif // GZIP_HPP_DECOMPRESS_HPP
|
Loading…
Reference in New Issue
Block a user