MegaGlest/mk/linux/mojosetup/miniz.c

14 lines
266 B
C
Raw Normal View History

2012-09-28 07:24:48 +02:00
/**
* MojoSetup; a portable, flexible installation application.
*
* Please see the file LICENSE.txt in the source's root directory.
*
* This file written by Ryan C. Gordon.
*/
#define MINIZ_INCLUDE_IMPLEMENTATION 1
#include "miniz.h"
// end of miniz.c ...