mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-11 17:05:41 +00:00
os2: added a 2-byte padding to os2 SDL_PrivateAudioData
This commit is contained in:
parent
d1323eb0a9
commit
c218861946
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
|||
typedef struct SDL_PrivateAudioData
|
||||
{
|
||||
USHORT usDeviceId;
|
||||
BYTE _pad[2];
|
||||
MCI_MIXSETUP_PARMS stMCIMixSetup;
|
||||
HEV hevBuf;
|
||||
ULONG ulNextBuf;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue