Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 11, 2010, 11:29:42 PM (14 years ago)
Author:
rgrieder
Message:

Added _LibraryPrivate macros to all LibraryPrereqs.h files.
You can use these to declare classes that are only used internally and don't need to have any exported symbols.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ois_update/src/libraries/core/CorePrereqs.h

    r7284 r7527  
    5353#    endif
    5454#  endif
    55 #elif defined ( ORXONOX_GCC_VISIBILITY )
     55#  define _CorePrivate
     56#elif defined (ORXONOX_GCC_VISIBILITY)
    5657#  define _CoreExport  __attribute__ ((visibility("default")))
     58#  define _CorePrivate __attribute__ ((visibility("hidden")))
    5759#else
    5860#  define _CoreExport
     61#  define _CorePrivate
    5962#endif
    6063
Note: See TracChangeset for help on using the changeset viewer.