Re: [GD-General] Feedback wanted on POSH
Brought to you by:
vexxed72
From: Brian H. <ho...@py...> - 2003-11-19 02:37:48
|
> I'm using your library with gcc, mingw, cygwin and msvc compilers > on win32 and linux on x86 only. Cool! > #if defined __MINGW32__ || defined FORCE_DOXYGEN > # define POSH_OS_MINGW > # defien POSH_OS_WIN32 > # if !defined FORCE_DOXYGEN > # define POSH_OS_STRING "MinGW" > # endif > #endif I've added this to posh.h and I'll be uploading a new version tonight. Oddly enough I had __MINGW32__ documented, I just never actually added the conditionals for it. Thanks! Brian |