aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-03-22 23:10:29 -0700
committerChris Robinson <[email protected]>2010-03-22 23:10:29 -0700
commit556e9b8fee160febfffc591bb9e2efb881850252 (patch)
treed35ada9a433b25e4e2929cd245d1d8b09232c6a3 /OpenAL32/Include
parentef92c6345597a2ebf0a47cae6e0bb7b38497e213 (diff)
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.
Diffstat (limited to 'OpenAL32/Include')
0 files changed, 0 insertions, 0 deletions