mirror of https://github.com/snes9xgit/snes9x.git
win32: check correct define
This commit is contained in:
parent
c5965f897a
commit
e85bbeaf60
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue