Implemented TLS for all platforms.

This commit is contained in:
Camilla Berglund
2012-08-13 16:03:44 +02:00
parent c594bb4689
commit 18a5aba8f1
5 changed files with 67 additions and 7 deletions
+4
View File
@@ -124,4 +124,8 @@ void _glfwTerminateJoysticks(void);
GLboolean _glfwSetVideoMode(int* width, int* height, int* bpp, int* refreshRate);
void _glfwRestoreVideoMode(void);
// OpenGL support
int _glfwInitOpenGL(void);
void _glfwTerminateOpenGL(void);
#endif // _platform_h_