Re: [GD-General] Feedback wanted on POSH
Brought to you by:
vexxed72
From: <cas...@ya...> - 2003-11-19 02:13:50
|
Hi Brian, I'm using your library with gcc, mingw, cygwin and msvc compilers on win32 and linux on x86 only. The only thing I missed was the compiler definitions for mingw: #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 should have reported that long time ago, sorry for that. As you see I define both WIN32 and MINGW, because mingw uses the win32 api, but also fixes some small issues like the missing snprintf (_snprintf), so I think it's a good idea to define both. Hope that helps, -- Ignacio Castaño cas...@ya... |