Use protected visibility for exported API functions
commit556e9b8fee160febfffc591bb9e2efb881850252
authorChris Robinson <chris.kcat@gmail.com>
Tue, 23 Mar 2010 06:10:29 +0000 (22 23:10 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Tue, 23 Mar 2010 06:10:29 +0000 (22 23:10 -0700)
treed35ada9a433b25e4e2929cd245d1d8b09232c6a3
parentef92c6345597a2ebf0a47cae6e0bb7b38497e213
Use protected visibility for exported API functions
Protected visibility is like default visibility, in that functions will be
"exported" from the library. However, it also guarantees that references to the
functions from within the library will be to the library's version, even if the
symbols are overriden by the application.
include/AL/al.h
include/AL/alc.h