Changeset 7527 for code/branches/ois_update/src/modules/notifications
- Timestamp:
- Oct 11, 2010, 11:29:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ois_update/src/modules/notifications/NotificationsPrereqs.h
r7403 r7527 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.