blob: 72f729d69377eb6d1a50dccdb3ec607c9c607b6e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
//============================================================
//
// sdlsync.c - SDL core synchronization functions
//
// Copyright (c) 1996-2010, Nicola Salmoria and the MAME Team.
// Visit http://mamedev.org for licensing and usage restrictions.
//
// SDLMAME by Olivier Galibert and R. Belmont
//
//============================================================
#include "../windows/winsync.c"
|