Commit c218861946bfc4e61459c61564402bfa92f4cadc

Ozkan Sezer 2020-10-14T23:01:01

os2: added a 2-byte padding to os2 SDL_PrivateAudioData

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/audio/os2/SDL_os2audio.h b/src/audio/os2/SDL_os2audio.h
index 014e35e..9128335 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;