mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
GCC does not like declaring a function deprecated and using it with attribute malloc. Redeclare the function deprecated after using it for attribute malloc works around this.