j
k
j a
j l
Henri Verbeet hverbeet@codeweavers.com writes:
+BOOL context_init_current(void) +{ return TlsSetValue(wined3d_context_tls_idx, NULL); +}
+BOOL context_init_current(void) +{
+}
Note that this is not necessary, TLS slots are initialized to 0.
Back to the thread
Back to the list