Fix compilation when there is no zlib
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2556
This commit is contained in:
parent
49529ce994
commit
f5e4334ff8
3 changed files with 4 additions and 8 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: hardware.cpp,v 1.14 2006-02-14 12:46:43 qbix79 Exp $ */
|
||||
/* $Id: hardware.cpp,v 1.15 2006-03-27 19:18:00 qbix79 Exp $ */
|
||||
|
||||
#include <dirent.h>
|
||||
#include <string.h>
|
||||
|
@ -33,7 +33,7 @@
|
|||
|
||||
#if (C_SSHOT)
|
||||
#include <png.h>
|
||||
#include "../libs/zmbv/zmbv.h"
|
||||
#include "../libs/zmbv/zmbv.cpp"
|
||||
#endif
|
||||
|
||||
static char * capturedir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue