mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 03:18:13 +00:00
os2: added a 2-byte padding to os2 SDL_PrivateAudioData
This commit is contained in:
@@ -40,6 +40,7 @@
|
|||||||
typedef struct SDL_PrivateAudioData
|
typedef struct SDL_PrivateAudioData
|
||||||
{
|
{
|
||||||
USHORT usDeviceId;
|
USHORT usDeviceId;
|
||||||
|
BYTE _pad[2];
|
||||||
MCI_MIXSETUP_PARMS stMCIMixSetup;
|
MCI_MIXSETUP_PARMS stMCIMixSetup;
|
||||||
HEV hevBuf;
|
HEV hevBuf;
|
||||||
ULONG ulNextBuf;
|
ULONG ulNextBuf;
|
||||||
|
Reference in New Issue
Block a user