diff xm2jss.c @ 285:245b15cd1919

Don't link libSDL uselessly to utilities that do not actually use it. Provide a fake implementation of SDL mutexes to satisfy the requirement of having the functions around -- as these utilities do not actually use threading, it does not matter if the mutexes actually work.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Oct 2012 10:07:59 +0300
parents 85614db5f577
children 4972ca91d062
line wrap: on
line diff
--- a/xm2jss.c	Thu Oct 11 08:55:21 2012 +0300
+++ b/xm2jss.c	Thu Oct 11 10:07:59 2012 +0300
@@ -13,6 +13,8 @@
 #include "dmlib.h"
 #include "dmargs.h"
 #include "dmres.h"
+#include "dmmutex.h"
+
 
 #define jmpNMODEffectTable (36)
 static const char jmpMODEffectTable[jmpNMODEffectTable] = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";