RE: [Plib-devel] New Relesae - When ?
Brought to you by:
sjbaker
From: Norman V. <nh...@ca...> - 2000-06-28 00:33:37
|
Steve Baker writes: > >Hmmm - I thought CygWin asserted 'WIN32' - so it would pick up ><float.h> >from the previous ifdef. Oh well - evidently not. Cygwin currently defines _WIN32 but PLEASE DO NOT USE this as a blanket discriminator it would be fine for testing to include <float.h> but this would break things #ifdef _WIN32 #include <windows.h> #else #include <unistd.h> #endif Cheers Norman |