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
+1 -1
View File
@@ -20,7 +20,7 @@
#define DYNAMIC_STATUSLINES
// NetHackQtBind::notify() doesn't see ^V on OSX
#ifdef MACOSX
#ifdef MACOS
#define CTRL_V_HACK
#endif