| Previous | 199869 Revisions | Next |
| r23522 Friday 7th June, 2013 at 17:42:42 UTC by Tafoid |
|---|
| Fix per OG to allow SDLMAME to compile on Windows (nw) |
| [src/osd/sdl] | sdlmain.c |
| r23521 | r23522 | |
|---|---|---|
| 81 | 81 | // Global variables |
| 82 | 82 | //============================================================ |
| 83 | 83 | |
| 84 | #ifdef | |
| 84 | #if defined(SDLMAME_UNIX) || defined(SDLMAME_WIN32) | |
| 85 | 85 | int sdl_entered_debugger; |
| 86 | 86 | #endif |
| 87 | 87 |
| Previous | 199869 Revisions | Next |