Fix an include in the OpenGL version of ZeroGS.

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@625 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
arcum42 2009-01-22 13:35:47 +00:00 committed by Gregory Hainaut
parent db3207ee57
commit bbb97ac157
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
#include <assert.h>
//#define ZLIB_WINAPI
#include "zlib/zlib.h"
#include "zlib.h"
int def(char *src, char *dst, int bytes_to_compress, int *bytes_after_compressed) ;
int inf(char *src, char *dst, int bytes_to_decompress, int maximum_after_decompress) ;