Simplified Windows RunThread().
Removed checks for things that are always true, free unneeded struct before calling thread entry point, instead of after thread completes.
Showing
Please register or sign in to comment
Removed checks for things that are always true, free unneeded struct before calling thread entry point, instead of after thread completes.