X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=plugins%2Fvfspk3%2Funzip.cpp;h=7390894a89e1f69b5fcc5f7256175ca4fb202f0f;hp=f7b7db1f6a4e07a68a716deffaf5155e4706f3dd;hb=85a66c95194d3c608040bc93bd7c241ec323c095;hpb=33efc9089296fc4e5f54d43581a0db81576ba848 diff --git a/plugins/vfspk3/unzip.cpp b/plugins/vfspk3/unzip.cpp index f7b7db1f..7390894a 100644 --- a/plugins/vfspk3/unzip.cpp +++ b/plugins/vfspk3/unzip.cpp @@ -1,3 +1,10 @@ +/* +WARNING: DO NOT UNCRUSTIFY +It will still compile after an uncrustify, but it will be *broken* +See https://github.com/TTimo/GtkRadiant/issues/33 +*/ + + /***************************************************************************** * name: unzip.c * @@ -88,7 +95,6 @@ typedef unsigned char byte; * For conditions of distribution and use, see copyright notice in zlib.h */ - #ifndef _ZCONF_H #define _ZCONF_H @@ -2344,7 +2350,6 @@ extern int unzGetGlobalComment (unzFile file, char *szComment, uLong uSizeBuf) * For conditions of distribution and use, see copyright notice in zlib.h */ - #ifdef DYNAMIC_CRC_TABLE static int crc_table_empty = 1; @@ -4143,7 +4148,6 @@ uLong adler32(uLong adler, const Byte *buf, uInt len) return (s2 << 16) | s1; } - /* infblock.h -- header to use infblock.c * Copyright (C) 1995-1998 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h