• David Reid's avatar
    Fixes for improving support on Windows 98. · 0887aab9
    David Reid authored
    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.
    0887aab9
miniaudio.h 3.76 MB