mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
8 lines
155 B
C
8 lines
155 B
C
// XXX export/import stuff - there must be a better way
|
|
#ifdef _IMPL_NS_CALENDAR
|
|
#define NS_CALENDAR NS_EXPORT
|
|
#else
|
|
#define NS_CALENDAR NS_IMPORT
|
|
#endif
|
|
|