Minor modifications for Win32

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@1856 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
netcrep 1996-10-07 20:29:00 +00:00
parent e6933ae6b8
commit 5f53cbb482
2 changed files with 8 additions and 4 deletions

View file

@ -63,7 +63,7 @@
/* 8-bit RGB will be converted to 24-bit by the tiff routines, so account
for this. */
space = nil;
#ifdef HAVE_LIBTIFF
#ifdef HAVE_TIFF
switch(info->photoInterp)
{
case PHOTOMETRIC_MINISBLACK: space = NSDeviceWhiteColorSpace; break;