Changeset 3149 in vbox for trunk/src/libs/xpcom18a4/xpcom/base
- Timestamp:
- Jun 18, 2007 10:24:11 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22063
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/base/nscore.h
r2443 r3149 176 176 #define NS_EXPORT_(type) __declspec(export) type 177 177 #define NS_IMETHOD_(type) virtual type 178 #define NS_IMETHODIMP_(type) type 179 #define NS_METHOD_(type) type 180 #define NS_CALLBACK_(_type, _name) _type (* _name) 181 #define NS_STDCALL 182 183 #elif defined(XP_OS2) && defined(__declspec) 184 185 #define NS_IMPORT __declspec(dllimport) 186 #define NS_IMPORT_(type) type __declspec(dllimport) __stdcall 187 #define NS_EXPORT __declspec(dllexport) 188 #define NS_EXPORT_(type) type __declspec(dllexport) __stdcall 189 #define NS_IMETHOD_(type) virtual IMETHOD_VISIBILITY type NS_DEFCALL 178 190 #define NS_IMETHODIMP_(type) type 179 191 #define NS_METHOD_(type) type
Note:
See TracChangeset
for help on using the changeset viewer.