Added dummy struct member.

This commit is contained in:
Camilla Berglund 2011-04-06 20:45:33 +02:00
parent f0ef9277ea
commit 6fa2730087

View File

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