| Previous | 199869 Revisions | Next |
| r34858 Thursday 5th February, 2015 at 01:11:49 UTC by Couriersud |
|---|
| Fix compile on windows (sdl). (nw) |
| [src/osd/modules/sound] | direct_sound.c |
| r243369 | r243370 | |
|---|---|---|
| 279 | 279 | SDL_SysWMinfo wminfo; |
| 280 | 280 | SDL_VERSION(&wminfo.version); |
| 281 | 281 | #if (SDLMAME_SDL2) |
| 282 | SDL_GetWindowWMInfo(sdl_window_list-> | |
| 282 | SDL_GetWindowWMInfo(sdl_window_list->sdl_window(), &wminfo); | |
| 283 | 283 | result = IDirectSound_SetCooperativeLevel(dsound, wminfo.info.win.window, DSSCL_PRIORITY); |
| 284 | 284 | #else |
| 285 | 285 | SDL_GetWMInfo(&wminfo); |
| https://github.com/mamedev/mame/commit/f9ab852d6dfb9a5b89727453a4e0302728402d57 |
| Previous | 199869 Revisions | Next |