changeset 7191 | 75360622e65f |
parent 6885 | 700f1b25f77f |
child 8093 | b43765095a6f |
1.1 --- a/src/audio/winmm/SDL_winmm.h Sat May 18 12:48:50 2013 -0700 1.2 +++ b/src/audio/winmm/SDL_winmm.h Sat May 18 14:17:52 2013 -0700 1.3 @@ -26,7 +26,7 @@ 1.4 #include "../SDL_sysaudio.h" 1.5 1.6 /* Hidden "this" pointer for the audio functions */ 1.7 -#define _THIS SDL_AudioDevice *this 1.8 +#define _THIS SDL_AudioDevice *this 1.9 1.10 #define NUM_BUFFERS 2 /* -- Don't lower this! */ 1.11