Update of /cvsroot/vba/VisualBoyAdvance/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11388/src
Modified Files:
memgzio.h
Log Message:
re-added skin support
switched optimizations back to SSE1
Index: memgzio.h
===================================================================
RCS file: /cvsroot/vba/VisualBoyAdvance/src/memgzio.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** memgzio.h 24 Jul 2003 13:21:52 -0000 1.2
--- memgzio.h 23 Aug 2006 22:13:29 -0000 1.3
***************
*** 9,17 ****
* Adapted from original gzio.c from zlib library by Forgotten
*/
- #ifndef HAVE_ZUTIL_H
- #include "../win32/include/zlib/zutil.h"
- #else
#include <zutil.h>
- #endif
gzFile ZEXPORT memgzopen(char *memory, int, const char *);
--- 9,13 ----
|