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

This commit is contained in:
sfraser%netscape.com 2000-03-16 23:02:32 +00:00
Родитель 83c349fbf1
Коммит e83ed3ccd9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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