change NetHack's MACOSX references to MACOS

This commit is contained in:
nhmall
2021-07-24 17:52:47 -04:00
parent fe5c61bf24
commit 227ef401df
9 changed files with 22 additions and 22 deletions

View File

@@ -122,7 +122,7 @@ NetHackQtBind::NetHackQtBind(int& argc, char** argv) :
QString qvers = version_string(cvers);
QCoreApplication::setApplicationVersion(qvers);
}
#ifdef MACOSX
#ifdef MACOS
/* without this, neither control+x nor option+x do anything;
with it, control+x is ^X and option+x still does nothing */
QCoreApplication::setAttribute(Qt::AA_MacDontSwapCtrlAndMeta);