From e85bbeaf60fb06ad54c47166b828b2e9316b61f5 Mon Sep 17 00:00:00 2001 From: OV2 Date: Sat, 3 Dec 2016 17:27:34 +0100 Subject: [PATCH] win32: check correct define --- win32/wsnes9x.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/wsnes9x.cpp b/win32/wsnes9x.cpp index d0cd1702..2746bd7b 100644 --- a/win32/wsnes9x.cpp +++ b/win32/wsnes9x.cpp @@ -5320,7 +5320,7 @@ void rominfo(const TCHAR *filename, TCHAR *namebuffer, TCHAR *sizebuffer) lstrcpy(namebuffer, ROM_ITEM_DESCNOTAVAILABLE); lstrcpy(sizebuffer, TEXT("? Mbits")); -#ifdef ZLIB +#ifdef UNZIP_SUPPORT if(IsCompressed(filename)) { unzFile uf = unzOpen(_tToChar(filename));