Fixes for improving support on Windows 98.
There are two things addressed with this commit:
* The use of CreateEventW() will fail at runtime on Windows 98. The
"A" version needs to be used instead.
* CreateThread() fails on Windows 98 if the last parameter is NULL.
This parameter takes a pointer to a DWORD which receives the
thread ID.
As of this commit, the DirectSound backend does not work on Windows 98.
Showing
Please register or sign in to comment