libextobjc
libextobjc copied to clipboard
libextobjc's onExit macro conflicts with Cocos2D library
trafficstars
Would it be possible to rename the onExit macro to something a little less common? Say onExitScope or something similar? At present it conflicts with at least the Cocos2D library which has an onExit method that is heavily used in Cocos2D applications.
Sorry, but it would break a lot of existing code to change this now.
You may want to instead subtree merge libextobjc into your project, so you can change the files just for your own use.
Took me forever to figure out what was going on! Changed it to ext_onExit in my personal cocos2d project