Activate repeating timers for the Mac. bug 904. r=pinkerton

git-svn-id: svn://10.0.0.236/trunk@63183 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sfraser%netscape.com
2000-03-16 23:02:32 +00:00
parent ab3c5931ea
commit f8aaf41008

View File

@@ -69,7 +69,7 @@ typedef void
// sucession.
// --- Indicate if timers on your platform support repeating timers ---
#if defined(XP_PC) || defined(XP_UNIX)
#if defined(XP_PC) || defined(XP_UNIX) || defined(XP_MAC)
#define REPEATING_TIMERS 1
#endif