Ticket #45666: patch-src-macim.m.diff

File patch-src-macim.m.diff, 341 bytes (added by michaelthomassullivan, 9 years ago)
  • src/macim.m

    old new  
    1313#include <signal.h>
    1414#include <unistd.h>
    1515
     16#define Cursor Carbon_Cursor /* avoid conflicting type error on OS X <= 10.6 */
    1617#include <Carbon/Carbon.h>
     18#undef Cursor
    1719
    1820#include "lisp.h"
    1921#include "blockinput.h"