HeliumProject / Engine

C++ Game Engine (Under Construction!)
http://heliumproject.org/
Other
441 stars 70 forks source link

Add preprocessor va-args support to profile macros #61

Closed gorlak closed 10 years ago

gorlak commented 10 years ago

Right now we put a second set of parens inside the profile macro since the macro api was written before preprocessor va-args were available. This is probably easy to fix and it will fix the profile build configuration on non-windows platforms.