Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove erroneous function cast (#14673)
### Description The custom thread entry point was declared `__stdcall` even though the API dictated a different type. Casting caused improper cleanup of the stack and crash manifested only in 32-bit Debug builds. ### Motivation and Context This addresses #14613
- Loading branch information