os2: misc build fixes

This commit is contained in:
Ozkan Sezer
2020-10-25 10:10:02 +03:00
parent bfc80d83c2
commit a4040293dd
5 changed files with 42 additions and 39 deletions

View File

@@ -33,9 +33,9 @@
#include <os2me.h>
/* Hidden "this" pointer for the audio functions */
#define _THIS SDL_AudioDevice *this
#define _THIS SDL_AudioDevice *_this
#define NUM_BUFFERS 3
#define NUM_BUFFERS 3
typedef struct SDL_PrivateAudioData
{