mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +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.