win32: check correct define

This commit is contained in:
OV2 2016-12-03 17:27:34 +01:00
parent c5965f897a
commit e85bbeaf60
1 changed files with 1 additions and 1 deletions

View File

@ -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));