mirror of
https://github.com/cryb-to/cryb-to.git
synced 2025-01-11 06:11:11 +00:00
Add CRYB_DEQUAL() to strip qualifiers from pointers.
This commit is contained in:
parent
944782f506
commit
85f4aa359a
1 changed files with 2 additions and 0 deletions
|
@ -50,4 +50,6 @@
|
||||||
#define CRYB_END
|
#define CRYB_END
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define CRYB_DEQUAL(p) ((void *)(intptr_t)(p))
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue