From ef27dd85a00687a8b4a21b56a6ea9170b1c146b5 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 28 Oct 2010 17:52:35 -0400 Subject: Rename MAC variable in to OSX in Lua, __OSX__ in C. --- core/events.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/events.lua') diff --git a/core/events.lua b/core/events.lua index a7068dcd..2157f58d 100644 --- a/core/events.lua +++ b/core/events.lua @@ -427,7 +427,7 @@ connect('quit', return true end) -if MAC then +if OSX then connect('appleevent_odoc', function(uri) return emit('uri_dropped', 'file://'..uri) end) -- cgit v1.2.3