mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 12:20:56 +00:00
09171998 LiveConnect Carpool: build bustage.
This commit is contained in:
parent
8450cdb024
commit
1b64578738
@ -26,10 +26,6 @@
|
||||
#define NS_UNIX 1
|
||||
#endif
|
||||
|
||||
#if defined(XP_MAC)
|
||||
#define NS_MAC 1
|
||||
#endif
|
||||
|
||||
#include "prtypes.h"
|
||||
#include "nsDebug.h"
|
||||
|
||||
@ -68,14 +64,6 @@ typedef PRUcs2 PRUnichar;
|
||||
// is placed. It needs to be done this way to make the 4.x compiler happy...
|
||||
#undef NS_EXPORT_
|
||||
#define NS_EXPORT_(type) type _declspec(dllexport) __stdcall
|
||||
#elif defined(NS_MAC)
|
||||
/* XXX do something useful? */
|
||||
#define NS_IMPORT
|
||||
#define NS_IMPORT_(type) type
|
||||
#ifndef NS_EXPORT /* also declared in nsCom.h. */
|
||||
#define NS_EXPORT __declspec(export)
|
||||
#define NS_EXPORT_(type) __declspec(export) type
|
||||
#endif
|
||||
#else
|
||||
/* XXX do something useful? */
|
||||
#define NS_IMPORT
|
||||
@ -83,7 +71,6 @@ typedef PRUcs2 PRUnichar;
|
||||
#define NS_EXPORT
|
||||
#define NS_EXPORT_(type) type
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef _IMPL_NS_BASE
|
||||
#define NS_BASE NS_EXPORT
|
||||
|
Loading…
x
Reference in New Issue
Block a user