Closed daviddoria closed 13 years ago
This also happens in Atomic.h
Platform preprocessor definitions are usually defined out in the build environment, rather than in anything that's committed to the repo. Does cmake have any way of locally defining UNIX for your own build?
I added a cmake flag.
I guess I didn't follow how you suggested taking care of this? I just added #define UNIX in Core.h but this should be more automatic.