[waffle] [PATCH 6/8] waffle: move WAFFLE_API out of the API header
Chad Versace
chad.versace at intel.com
Fri May 30 17:56:09 PDT 2014
On Sat, May 24, 2014 at 11:51:33PM +0100, Emil Velikov wrote:
> WAFFLE_API is used to define the symbol visibility and
> all functions provided by the API must be non-hidden.
> Thus the define should be used internally in conjunction
> with the compiler used in order to properly annotate the
> symbols.
>
> Resolves #12: https://github.com/waffle-gl/waffle/issues/12
>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
> ---
Thanks for the fix. Committed to master and issue #12 closed.
I verified the patch by diffing the output of nm before and after.
More information about the waffle
mailing list