Bug 365695. Fix bad usage of MAC_OS_X_VERSION_10_4. r=vlad

This commit is contained in:
roc+%cs.cmu.edu 2007-01-04 01:48:37 +00:00
Родитель b39f9eec64
Коммит 00e4073219
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -39,8 +39,7 @@
#include "cairo-nquartz.h"
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4
#if defined(MAC_OS_X_VERSION_10_4) && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_4
#include <cups/cups.h>
#else
/* stupid apple doesn't bother to include cups.h in anything lower than