Re: wined3d: Replace inline static with static inline
Ivan Gyurdiev wrote: > Why should "inline static" be replaced with "static inline". > Does it improve compatibility with certain compilers? > > Also, does wine aim to be compliant with ANSI, C99, or somewhere in > between (-gnu89)? Hi Ivan, Although declaration specifiers (i.e., storage-class
Re: wined3d: Replace inline static with static inline
Why should "inline static" be replaced with "static inline". Does it improve compatibility with certain compilers? Also, does wine aim to be compliant with ANSI, C99, or somewhere in between (-gnu89)?