Skip to content

Commit

Permalink
Merge pull request #220 from crziter/master
Browse files Browse the repository at this point in the history
Add call convention to mock function
  • Loading branch information
ebassi committed Feb 25, 2020
2 parents dcb0f31 + 81d758d commit 4e26d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gl_version.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GLenum mock_enum;
const char *mock_gl_version;
const char *mock_glsl_version;

static const GLubyte *override_glGetString(GLenum name)
static const GLubyte * EPOXY_CALLSPEC override_glGetString(GLenum name)
{
switch (name) {
case GL_VERSION:
Expand Down

0 comments on commit 4e26d4d

Please sign in to comment.