mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-07 23:43:37 +00:00
#defined PR_IMPLEMENT for XP_MAC/XP_UNIX cases.
This commit is contained in:
parent
ed37469a20
commit
3237061bc8
@ -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 */
|
||||
|
||||
/************************************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user