Added 'version=' again and added a function call for linking

This commit is contained in:
Andreas Fabri 2006-03-29 16:12:31 +00:00
parent 53f6b9ccee
commit 9f5b8f904c
1 changed files with 4 additions and 1 deletions

View File

@ -33,6 +33,9 @@
int main()
{
std::cout << ZLIB_VERSION << std::endl;
gzFile *ptr;
gzwrite(ptr->fd, (void*)0, 0);
std::cout << "version=" << ZLIB_VERSION << std::endl;
return 0;
}