File handlers don't work on the mac, so don't pretend they do. I guess this is a 2.1.1 candidate, if it isn't too late for that.

This commit is contained in:
Jack Jansen 2001-07-16 19:32:52 +00:00
parent 19ff4ac7e9
commit 84c10b13bb
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ Copyright (C) 1994 Steen Lumholt.
#include <Menus.h>
#endif
#if !(defined(MS_WINDOWS) || defined(__CYGWIN__))
#if !(defined(MS_WINDOWS) || defined(__CYGWIN__) || defined(macintosh))
/* Mac has it, but it doesn't really work:-( */
#define HAVE_CREATEFILEHANDLER
#endif