Add CRYB_DEQUAL() to strip qualifiers from pointers.

This commit is contained in:
Dag-Erling Smørgrav 2017-08-21 14:17:01 +02:00
parent 944782f506
commit 85f4aa359a

View file

@ -50,4 +50,6 @@
#define CRYB_END
#endif
#define CRYB_DEQUAL(p) ((void *)(intptr_t)(p))
#endif