os2: added a 2-byte padding to os2 SDL_PrivateAudioData
parent
d1323eb0a9
commit
c218861946
|
@ -40,6 +40,7 @@
|
|||
typedef struct SDL_PrivateAudioData
|
||||
{
|
||||
USHORT usDeviceId;
|
||||
BYTE _pad[2];
|
||||
MCI_MIXSETUP_PARMS stMCIMixSetup;
|
||||
HEV hevBuf;
|
||||
ULONG ulNextBuf;
|
||||
|
|
Loading…
Reference in New Issue