In your message of 6 December 1999 you write:

> On Tue, Nov 30, 1999 at 11:36:20AM -0800, Bernd Kreimeier wrote:
> > Is there any chance for a separation of enum/data types from
> > function prototypes, header-wise? E.g. a GL/gltypes.h and
> > GL/glfunc.h, both of which just included by GL/gl.h?
> 
>     If we were to do this, rather than proliferate headers, I'd prefer
> to stick a #ifndef NEED_GL_PROTOTYPES around the prototypes and let the
> app indicate it doesn't want them. But I'm not sure what it would
> accomplish when the vendor gl.h is fixed on Windows and MacOS - unless
> you're planning to have your own private gl.h on those platforms.

I would suggest to use rather #ifndef NO_GL_PROTOTYPES, so they are
excluded only by request.

- Thomas
-- 
             Thomas Roell   /\         An imperfect plan executed violently
             Xi Graphics   /  \/\ _     is far superior to a perfect plan. 
         [EMAIL PROTECTED]   /   /  \ \     
                         / Oelch! \ \             George Patton

Reply via email to