When creating threads allow an Id to be returned as well; For Win32 threading, use...
commit1b2abc7404ec7d96c6a95ce7ac7b4e3d53b0383f
authorStephanie Gawroriski <xer@multiphasicapps.net>
Sun, 6 Oct 2024 20:58:17 +0000 (6 20:58 +0000)
committerStephanie Gawroriski <xer@multiphasicapps.net>
Sun, 6 Oct 2024 20:58:17 +0000 (6 20:58 +0000)
tree0ad547ce0fb75802da9629702474bc292b4aaeaf
parent48289bf9a37026b82ed5f8cbe397c178ed082428
When creating threads allow an Id to be returned as well; For Win32 threading, use GetThreadId through kernel32.dll as WinXP lacks that function.
nanocoat/include/lib/scritchui/scritchui.h
nanocoat/include/sjme/multithread.h
nanocoat/lib/base/multithread.c
nanocoat/lib/scritchui/gtk2/gtk2Core.c
nanocoat/lib/scritchui/win32/win32Core.c
nanocoat/lib/scritchui/win32/win32Loop.c