mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
mesa: Make condrender.[ch] prototypes match.
GLAPI on windows is more than "extern" -- it includes the --, so the mismatch between condrender.[ch] prototypes causes "different linkage" errors on windows.
This commit is contained in:
parent
97e2c5ac0b
commit
04c7f483b4
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#include "queryobj.h"
|
||||
|
||||
|
||||
GLAPI void GLAPIENTRY
|
||||
void GLAPIENTRY
|
||||
_mesa_BeginConditionalRender(GLuint queryId, GLenum mode)
|
||||
{
|
||||
struct gl_query_object *q;
|
||||
|
|
@ -84,7 +84,7 @@ _mesa_BeginConditionalRender(GLuint queryId, GLenum mode)
|
|||
}
|
||||
|
||||
|
||||
GLAPI void APIENTRY
|
||||
void APIENTRY
|
||||
_mesa_EndConditionalRender(void)
|
||||
{
|
||||
GET_CURRENT_CONTEXT(ctx);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue