Bryan Berns ec102dce28 Alternate Thread Creation API To Avoid Memory Leaks (#306)
* Alternate Thread Creation API To Avoid Memory Leaks

- Switched from CreateThread() to _beginthreadex() and ExitThread() to _endthreadex() in order to avoid potential leaks when linking with static CRT library.
- Addressed a variety of warnings that were being detected with static code analysis.

* Addressed Type Cast Warning

- Added explicit cast to the output of _beginthreadex() to avoid a compiler warning.

* Indentation Fix
2018-05-23 16:53:36 -07:00
..
2018-01-03 16:46:49 +11:00
2018-01-03 16:46:49 +11:00
2018-01-03 16:46:49 +11:00
2018-01-03 16:46:49 +11:00
2018-01-03 16:46:49 +11:00
2018-01-03 16:46:49 +11:00
2018-01-03 16:46:49 +11:00
2018-01-03 16:46:49 +11:00
2018-01-03 16:46:49 +11:00