From c218861946bfc4e61459c61564402bfa92f4cadc Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Wed, 14 Oct 2020 23:01:01 +0300 Subject: [PATCH] os2: added a 2-byte padding to os2 SDL_PrivateAudioData --- src/audio/os2/SDL_os2audio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/audio/os2/SDL_os2audio.h b/src/audio/os2/SDL_os2audio.h index 014e35ee5..9128335a0 100644 --- a/src/audio/os2/SDL_os2audio.h +++ b/src/audio/os2/SDL_os2audio.h @@ -40,6 +40,7 @@ typedef struct SDL_PrivateAudioData { USHORT usDeviceId; + BYTE _pad[2]; MCI_MIXSETUP_PARMS stMCIMixSetup; HEV hevBuf; ULONG ulNextBuf;