diff --git a/src/webp/types.h b/src/webp/types.h index a6d2cd4c..003c3f76 100644 --- a/src/webp/types.h +++ b/src/webp/types.h @@ -14,6 +14,9 @@ #ifndef _MSC_VER #include +#ifdef ANSI +#define inline +#endif /* ANSI */ #else typedef signed char int8_t; typedef unsigned char uint8_t;