mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-12-23 13:01:08 +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
|
||||
#endif
|
||||
|
||||
#define CRYB_DEQUAL(p) ((void *)(intptr_t)(p))
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue