Author: tom
Date: Wed Nov 5 12:14:06 2008
New Revision: 3286
URL: http://svn.slimdevices.com?rev=3286&root=Jive&view=rev
Log:
fix compiler error, ssize_t doesn't exist in windows
Modified:
7.3/trunk/squeezeplay/src/squeezeplay/src/common.h
Modified: 7.3/trunk/squeezeplay/src/squeezeplay/src/common.h
URL:
http://svn.slimdevices.com/7.3/trunk/squeezeplay/src/squeezeplay/src/common.h?rev=3286&root=Jive&r1=3285&r2=3286&view=diff
==============================================================================
--- 7.3/trunk/squeezeplay/src/squeezeplay/src/common.h (original)
+++ 7.3/trunk/squeezeplay/src/squeezeplay/src/common.h Wed Nov 5 12:14:06 2008
@@ -72,6 +72,7 @@
#define PATH_SEPARATOR_CHAR ';'
#define PATH_SEPARATOR_STR ";"
#define LIBRARY_EXT "dll"
+typedef _W64 int ssize_t;
#endif /* WIN32 */
#ifndef DIR_SEPARATOR_CHAR
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins