Browse Source

os2: added a 2-byte padding to os2 SDL_PrivateAudioData

Ozkan Sezer 4 years ago
parent
commit
c218861946
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/audio/os2/SDL_os2audio.h

+ 1 - 0
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;