Files
SOEM/.gitignore
Eksan0325 2f73eaa803 fix(win32): detect CreateThread failure and pass correct handle to SetThreadPriority
Previously, osal_thread_create checked the wrong handle value, so thread
creation failures were reported as success.

Also, osal_thread_create_rt passed the handle pointer instead of the thread
HANDLE to SetThreadPriority, so real-time priority was never applied.

Fixes #977
2026-06-12 13:51:04 +02:00

9 lines
57 B
Plaintext

build*/
install
*~
/doc/latex
/doc/html
tags
.vscode
.vs