Ticket #45666: patch-src-macim.m.diff
File patch-src-macim.m.diff, 341 bytes (added by michaelthomassullivan, 10 years ago) |
---|
-
src/macim.m
old new 13 13 #include <signal.h> 14 14 #include <unistd.h> 15 15 16 #define Cursor Carbon_Cursor /* avoid conflicting type error on OS X <= 10.6 */ 16 17 #include <Carbon/Carbon.h> 18 #undef Cursor 17 19 18 20 #include "lisp.h" 19 21 #include "blockinput.h"