microsoft / ftl-sdk

Software Development Kit for Mixer's FTL Protocol
MIT License
154 stars 64 forks source link

Fix some build issues around casts and malloc #65

Closed dgarrett-microsoft closed 6 years ago

dgarrett-microsoft commented 6 years ago

Fix some incorrect or implicit casts. Also include stdlib.h for malloc to avoid using the compiler built-in definition.