mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 14:45:46 +00:00
Use GLFWbool for TLS functions
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@
|
||||
////// GLFW internal API //////
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
int _glfwCreateContextTLS(void)
|
||||
GLFWbool _glfwCreateContextTLS(void)
|
||||
{
|
||||
_glfw.win32_tls.context = TlsAlloc();
|
||||
if (_glfw.win32_tls.context == TLS_OUT_OF_INDEXES)
|
||||
|
||||
Reference in New Issue
Block a user