libcore: Added an explicit "hidden" attribute macro
DE_HIDDEN marks a symbol as not public (local) for linking. Note that hidden visibility should be the default for everything already.
View differences
libcore: Added an explicit "hidden" attribute macro
DE_HIDDEN marks a symbol as not public (local) for linking. Note that hidden visibility should be the default for everything already.