billyquith / GWork

Skinnable GUI with useful widget collection. Fork of GWEN.
https://billyquith.github.io/GWork/
Other
216 stars 30 forks source link

Add platform and compiler defines #36

Open billyquith opened 8 years ago

billyquith commented 8 years ago

Current Gwork uses the default OS and compiler defines, e.g. _WIN32 etc. This can be problematic where you get setups that are a mix of these, e.g. MinG Win.

Add, in a platform header, OS, and compiler detection and defines and replace the current macros used.

billyquith commented 8 years ago

Work: