Added dummy struct member.

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent f0ef9277ea
commit 6fa2730087
  1. 1
      include/GL/glfw3.h

@ -500,6 +500,7 @@ typedef struct
/* Custom threading model interface */
typedef struct
{
int dummy;
} GLFWthreadmodel;

Loading…
Cancel
Save