On Saturday 22 January 2005 00:43, you wrote: > How can I double check which symbols are defined when using > Cygwin's gcc?
#ifdef __CYGWIN__ # ifdef _WIN32 # error _WIN32 is defined. # endif #endif Perhaps? Angus
On Saturday 22 January 2005 00:43, you wrote: > How can I double check which symbols are defined when using > Cygwin's gcc?
#ifdef __CYGWIN__ # ifdef _WIN32 # error _WIN32 is defined. # endif #endif Perhaps? Angus