> But that's going to be a per-platform override: basic issue is that > <windows.h> defines these for you, so it's probably best to use an #ifndef > WIN32 and define them in the source. > Will go for the #ifndef WIN32. Thx.