Repaired my own fix...that'll teach me to use #error without putting the

error text in quotes... :)
This commit is contained in:
Jeff Teunissen 1999-12-30 14:35:25 +00:00
parent 2520a3361c
commit 0c8a460868

View file

@ -40,7 +40,7 @@ void GL_EndRendering (void);
#define GLAPIENTRY APIENTRY
#else
/* Error out -- it's pathological and we don't know what to do */
#error I don't know what data type GLAPIENTRY is on this system.
#error "I don't know what data type GLAPIENTRY is on this system."
#endif
#endif