Merge pull request #360 from ericcorriel/master

fixing typo, should be Ifdef
This commit is contained in:
John Cupitt 2015-12-28 11:03:35 +00:00
commit aa635f7816

View File

@ -154,7 +154,7 @@ extern "C" {
/* Still in use, but can be turned off. /* Still in use, but can be turned off.
*/ */
#if VIPS_ENABLE_DEPRECATED #ifdef VIPS_ENABLE_DEPRECATED
#include <vips/vips7compat.h> #include <vips/vips7compat.h>
#include <vips/dispatch.h> #include <vips/dispatch.h>
#include <vips/almostdeprecated.h> #include <vips/almostdeprecated.h>