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
|
|
|