From 6fa273008796ea4940f7a2664376eeffc5d362d9 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Wed, 6 Apr 2011 20:45:33 +0200 Subject: [PATCH] Added dummy struct member. --- include/GL/glfw3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/GL/glfw3.h b/include/GL/glfw3.h index e902964c..1c8c4e1c 100644 --- a/include/GL/glfw3.h +++ b/include/GL/glfw3.h @@ -500,6 +500,7 @@ typedef struct /* Custom threading model interface */ typedef struct { + int dummy; } GLFWthreadmodel;