mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
r=mkaply, sr=blizzard (platform specific) Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes Also remove some VACPP references
This commit is contained in:
parent
3ebb217d4f
commit
3686d6833a
@ -91,18 +91,6 @@
|
||||
#define NS_CALLBACK_(_type, _name) _type (* _name)
|
||||
#define NS_STDCALL
|
||||
|
||||
#elif defined(XP_OS2)
|
||||
|
||||
#define NS_IMPORT
|
||||
#define NS_IMPORT_(type) type
|
||||
#define NS_EXPORT
|
||||
#define NS_EXPORT_(type) type
|
||||
#define NS_IMETHOD_(type) virtual type
|
||||
#define NS_IMETHODIMP_(type) type
|
||||
#define NS_METHOD_(type) type
|
||||
#define NS_CALLBACK_(_type, _name) _type (* _name)
|
||||
#define NS_STDCALL
|
||||
|
||||
#else
|
||||
|
||||
#define NS_IMPORT
|
||||
|
Loading…
x
Reference in New Issue
Block a user