mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 11:13:29 +00:00
added XPIDL_PLUGIN macro, to distinguish when the code is being compiled as a CodeWarrior plugin.
This commit is contained in:
parent
2a5ab43961
commit
bd35c444a2
@ -1,6 +1,7 @@
|
||||
#include <ansi_prefix.mac.h>
|
||||
|
||||
#define XP_MAC
|
||||
#define XPIDL_PLUGIN
|
||||
|
||||
#define LIBIDL_LIBRARY_VERSION "0.6.5"
|
||||
#define CPP_PROGRAM "Foobar"
|
||||
|
@ -1,6 +1,7 @@
|
||||
#include <ansi_prefix.mac.h>
|
||||
|
||||
#define XP_MAC
|
||||
#define XPIDL_PLUGIN
|
||||
|
||||
#define LIBIDL_LIBRARY_VERSION "0.6.5"
|
||||
#define CPP_PROGRAM "Foobar"
|
||||
|
Loading…
Reference in New Issue
Block a user