Change windows Thread_Description_Length to 128

This commit is contained in:
WP. Yingamphol
2025-09-14 13:57:49 +07:00
committed by GitHub
parent 704a917355
commit ed75ab49bb

View File

@@ -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,