mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
db3207ee57
commit
bbb97ac157
|
@ -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) ;
|
||||
|
|
Loading…
Reference in New Issue