Changeset 2443 in vbox for trunk/src/libs/xpcom18a4/xpcom/base
- Timestamp:
- Apr 30, 2007 6:42:26 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20852
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/base/nscore.h
r2437 r2443 102 102 #ifdef HAVE_VISIBILITY_ATTRIBUTE 103 103 #define NS_VISIBILITY_HIDDEN __attribute__ ((visibility ("hidden"))) 104 # if __GNUC__ >= 4104 # ifdef VBOX_HAVE_VISIBILITY_HIDDEN 105 105 # define NS_VISIBILITY_DEFAULT __attribute__ ((visibility ("default"))) 106 106 # else … … 183 183 #else 184 184 185 # if __GNUC__ >= 4185 # ifdef VBOX_HAVE_VISIBILITY_HIDDEN 186 186 # define NS_IMPORT 187 187 # define NS_IMPORT_(type) type
Note:
See TracChangeset
for help on using the changeset viewer.