| Previous | 199869 Revisions | Next |
| r34283 Friday 9th January, 2015 at 10:58:03 UTC by Oliver Stöneberg |
|---|
| fixed Visual Studio compilation (nw) |
| [src/osd/modules/lib] | osdlib_win32.c |
| r242794 | r242795 | |
|---|---|---|
| 7 | 7 | #define WIN32_LEAN_AND_MEAN |
| 8 | 8 | #include <windows.h> |
| 9 | 9 | #include <stdlib.h> |
| 10 | #ifndef _MSC_VER | |
| 10 | 11 | #include <unistd.h> |
| 12 | #endif | |
| 11 | 13 | |
| 12 | 14 | // MAME headers |
| 13 | 15 | #include "osdlib.h" |
| https://github.com/mamedev/mame/commit/03fea60f02a29098b77667be4dd2ea67c74afcab |
| Previous | 199869 Revisions | Next |