mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 18:27:55 +00:00
added missing guards, mostly for CAP_WRL
This commit is contained in:
@@ -228,7 +228,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef CAP_WRL
|
||||
#define CAP_WRL (CAP_FILES && !ISMOBILE && !ISMINI)
|
||||
#define CAP_WRL (CAP_FILES && !ISMOBILE && !ISMINI && !ISWEB)
|
||||
#endif
|
||||
|
||||
#ifndef CAP_POLY
|
||||
|
Reference in New Issue
Block a user