Minor change in ui/entry.cpp to avoid dependency with Allegro definitions

This commit is contained in:
David Capello 2014-08-21 22:07:41 -03:00
parent 08d1593481
commit cab6ecbfda

View File

@ -266,7 +266,7 @@ bool Entry::onProcessMessage(Message* msg)
}
else {
// Map common Windows shortcuts for Cut/Copy/Paste
#if defined ALLEGRO_MACOSX
#if defined __APPLE__
if (msg->onlyCmdPressed())
#else
if (msg->onlyCtrlPressed())