View Single Post
Old 03-07-2017, 02:06 AM   #3
stw
Human being with feelings
 
stw's Avatar
 
Join Date: Apr 2012
Posts: 279
Default

I don't know how windows versions are handled. I just do it the other way round:
Code:
#ifdef OS_OSX

// osx code

#else

// windows code

#endif
stw is offline   Reply With Quote