Author: titmuss
Date: Tue May 20 05:14:36 2008
New Revision: 2492
URL: http://svn.slimdevices.com?rev=2492&root=Jive&view=rev
Log:
Bug: N/A
Description:
Fix compiling on Windows.
Modified:
7.2/trunk/squeezeplay/src/squeezeplay/src/common.h
Modified: 7.2/trunk/squeezeplay/src/squeezeplay/src/common.h
URL:
http://svn.slimdevices.com/7.2/trunk/squeezeplay/src/squeezeplay/src/common.h?rev=2492&root=Jive&r1=2491&r2=2492&view=diff
==============================================================================
--- 7.2/trunk/squeezeplay/src/squeezeplay/src/common.h (original)
+++ 7.2/trunk/squeezeplay/src/squeezeplay/src/common.h Tue May 20 05:14:36 2008
@@ -90,5 +90,9 @@
#include <dmalloc.h>
#endif
+#if defined(_MSC_VER)
+#define inline __inline
+#endif //defined(_MSC_VER)
+
#endif // JIVE_COMMON_H
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins