gecko-dev/calendar/modules/util/inc/nscalexport.h

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