mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-01 03:38:55 +00:00
Change windows Thread_Description_Length to 128
This commit is contained in:
@@ -10,7 +10,7 @@ import "core:unicode/utf16"
|
||||
|
||||
_IS_SUPPORTED :: true
|
||||
//NOTE(peperronii): not sure about the exact length but there must be a limit
|
||||
_THREAD_DESCRIPTION_LENGTH :: 64
|
||||
_THREAD_DESCRIPTION_LENGTH :: 128
|
||||
|
||||
Thread_Os_Specific :: struct {
|
||||
win32_thread: win32.HANDLE,
|
||||
|
||||
Reference in New Issue
Block a user