mirror of
https://github.com/webmproject/libwebp.git
synced 2025-02-13 15:32:53 +01:00
'inline' isn't defined in strict ansi c89
=> don't use it if ANSI is define Change-Id: Iebd7df224ff7f0e4bfddd3b2f17c1133e57c346f
This commit is contained in:
parent
8b77c63262
commit
1f28832834
@ -14,6 +14,9 @@
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#include <inttypes.h>
|
||||
#ifdef ANSI
|
||||
#define inline
|
||||
#endif /* ANSI */
|
||||
#else
|
||||
typedef signed char int8_t;
|
||||
typedef unsigned char uint8_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user