Changeset 2443 in vbox for trunk/src/libs/xpcom18a4/nsprpub/pr/include
- Timestamp:
- Apr 30, 2007 6:42:26 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/nsprpub/pr/include/prtypes.h
r2437 r2443 179 179 #else /* Unix */ 180 180 181 # if __GNUC__ >= 4181 # ifdef VBOX_HAVE_VISIBILITY_HIDDEN 182 182 # define PR_EXPORT(__type) __attribute__((visibility("default"))) extern __type 183 183 # define PR_EXPORT_DATA(__type) __attribute__((visibility("default"))) extern __type
Note:
See TracChangeset
for help on using the changeset viewer.