Re: [GD-General] Feedback wanted on POSH
Brought to you by:
vexxed72
From: <cas...@ya...> - 2003-11-19 02:25:10
|
Oh, and another thing. As you say in the documentation the FORCE_DOXYGEN hack is a bit ugly. I thinkg that it would have been cleaner to check it only once and define all the definitions at the same time, ie: #if FORCE_DOXYGEN #define POSH_OS_WIN32 #define POSH_OS_LINUX #define ... ... #endif In this way, you could easily add other definitions for other code processors. -- Ignacio Castaño cas...@ya... |