Re: wined3d: Replace inline static with static inline

2007-03-17 Thread Andrew Talbot
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

2007-03-17 Thread Ivan Gyurdiev
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)?