Kaydet (Commit) 84c10b13 authored tarafından Jack Jansen's avatar Jack Jansen

File handlers don't work on the mac, so don't pretend they do. I guess this is a…

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.
üst 19ff4ac7
...@@ -57,7 +57,8 @@ Copyright (C) 1994 Steen Lumholt. ...@@ -57,7 +57,8 @@ Copyright (C) 1994 Steen Lumholt.
#include <Menus.h> #include <Menus.h>
#endif #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 #define HAVE_CREATEFILEHANDLER
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment