~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/visibility.h

  • Committer: Monty Taylor
  • Date: 2011-01-26 19:15:55 UTC
  • mto: This revision was merged to the branch mainline in revision 2126.
  • Revision ID: mordred@inaugust.com-20110126191555-nq5nnzyscvngsip2
Turns on -fvisibility=hidden by default. Symbols intended to be used by
plugins need to be marked with DRIZZLED_API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 * @brief Visibility Control Macros
25
25
 */
26
26
 
 
27
 
27
28
#ifndef DRIZZLED_VISIBILITY_H
28
29
#define DRIZZLED_VISIBILITY_H
29
30