mirror of
https://github.com/whoahq/whoa.git
synced 2026-05-02 19:12:00 +03:00
6 lines
241 B
C
6 lines
241 B
C
// Some compilers (e.g. Visual Studio 2012) don't like the name conflict between
|
|
// zlib\compress.c and bzip2\compress.c. This file is plain wrapper for compress.c
|
|
// in order to create obj file with a different name.
|
|
|
|
#include "compress.c"
|