added comment to sdlsync_win32.c (nw)

This commit is contained in:
Oliver Stöneberg 2014-09-13 10:23:46 +00:00
parent 6232bc0e50
commit 5f7dbbad6b

View File

@ -32,6 +32,11 @@
#define USE_SCALABLE_LOCKS (0)
//============================================================
// TYPE DEFINITIONS
//============================================================
struct osd_event
{
void * ptr;