- Prefix our macros with "SG_", as per Luca request
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@301 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
7de2c281bb
commit
235fdfdbe0
8 changed files with 19 additions and 19 deletions
|
@ -946,7 +946,7 @@ the language you're employing.
|
|||
Only exportable classes and functions inside
|
||||
a library should be marked with correct
|
||||
visibility attribute (usually a macro we defined
|
||||
as @code{DLL_EXPORT}). All the others are marked with
|
||||
as @code{SGP_DLLEXPORT}). All the others are marked with
|
||||
@option{--visibility=hidden} from the compiler, and aren't
|
||||
available outside the @acronym{DSO, Dynamic Shared Object}
|
||||
they live in, so that they don't clutter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue