#defined PR_IMPLEMENT for XP_MAC/XP_UNIX cases.

This commit is contained in:
beard 1998-06-30 22:18:23 +00:00
parent ed37469a20
commit 3237061bc8

View File

@ -134,6 +134,8 @@ typedef struct PRTime PRTime;
#define PR_CALLBACK
#define PR_STATIC_CALLBACK(__x) static __x
#define PR_EXTERN(__type) extern __type
#define PR_IMPLEMENT(__type) __type
#endif /* Mac or Unix */
/************************************************************************/