Changeset 2443 in vbox for trunk/src/libs/xpcom18a4/xpcom
- Timestamp:
- Apr 30, 2007 6:42:26 PM (18 years ago)
- Location:
- trunk/src/libs/xpcom18a4/xpcom
- Files:
-
- 2 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 -
trunk/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/xptcall.h
r2437 r2443 61 61 # define XPTC_EXPORT __declspec(dllexport) 62 62 #else 63 # if __GNUC__ >= 463 # ifdef VBOX_HAVE_VISIBILITY_HIDDEN 64 64 # define XPTC_EXPORT __attribute__((visibility("default"))) 65 65 # else
Note:
See TracChangeset
for help on using the changeset viewer.