Changeset 2443 in vbox for trunk/src/libs/xpcom18a4/xpcom/reflect/xptcall/public
- Timestamp:
- Apr 30, 2007 6:42:26 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.