TLS key cleanup.

This commit is contained in:
Camilla Berglund
2013-05-02 16:48:11 +02:00
parent 6b7f5671f8
commit 4a2a00766c
6 changed files with 31 additions and 33 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ typedef struct _GLFWcontextWGL
typedef struct _GLFWlibraryWGL
{
GLboolean hasTLS;
DWORD tls;
DWORD current;
} _GLFWlibraryWGL;