Changeset 8351 for code/trunk/src/modules/notifications
- Timestamp:
- Apr 28, 2011, 7:15:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/notifications/NotificationsPrereqs.h
r7403 r8351 53 53 # endif 54 54 # endif 55 #elif defined ( ORXONOX_GCC_VISIBILITY ) 55 # define _NotificationsPrivate 56 #elif defined (ORXONOX_GCC_VISIBILITY) 56 57 # define _NotificationsExport __attribute__ ((visibility("default"))) 58 # define _NotificationsPrivate __attribute__ ((visibility("hidden"))) 57 59 #else 58 60 # define _NotificationsExport 61 # define _NotificationsPrivate 59 62 #endif 60 63
Note: See TracChangeset
for help on using the changeset viewer.