1
0
mirror of https://github.com/rt64/rt64.git synced 2025-03-14 22:21:46 +00:00

Undef ControlMask. Fixes .

This commit is contained in:
Dario 2024-05-19 22:54:30 -03:00
parent ca26fb8096
commit 1dd801264d

@ -20,6 +20,7 @@
#undef None
#undef Status
#undef LockMask
#undef ControlMask
#elif defined(__APPLE__)
typedef struct _NSWindow NSWindow;
#endif