mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 16:51:16 +00:00
Repaired my own fix...that'll teach me to use #error without putting the
error text in quotes... :)
This commit is contained in:
parent
2520a3361c
commit
0c8a460868
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue