On Thu, Sep 02, 2010 at 12:10:26PM +0200, Alexandre Julliard wrote:
Alexandre Goujon ale.goujon@gmail.com writes:
+static inline BSTR bstr_trim(const BSTR str) +{
...
+}
That's ugly and inefficient, especially since the common case is to not modify it.
Not to mention the bloatage of using 'inline' for something that size.
David