Add NS_TIMER import/export macros.

This commit is contained in:
ramiro%netscape.com 1999-07-16 17:48:12 +00:00
Родитель 47177295e7
Коммит b0bffac494
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -134,6 +134,12 @@ typedef PRUint16 PRUnichar;
#define NS_GFX_(type) NS_IMPORT_(type)
#endif
#ifdef _IMPL_NS_TIMER
#define NS_TIMER NS_EXPORT
#else
#define NS_TIMER NS_IMPORT
#endif
#ifdef _IMPL_NS_PLUGIN
#define NS_PLUGIN NS_EXPORT
#else