Author: agrundman
Date: Sat Jun 19 07:58:06 2010
New Revision: 8891

URL: http://svn.slimdevices.com/jive?rev=8891&view=rev
Log:
Win32 fixes

Modified:
    7.6/trunk/squeezeplay/src/Tremor/VisualC/tremor.vcproj
    7.6/trunk/squeezeplay/src/Tremor/misc.c

Modified: 7.6/trunk/squeezeplay/src/Tremor/VisualC/tremor.vcproj
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/Tremor/VisualC/tremor.vcproj?rev=8891&r1=8890&r2=8891&view=diff
==============================================================================
--- 7.6/trunk/squeezeplay/src/Tremor/VisualC/tremor.vcproj (original)
+++ 7.6/trunk/squeezeplay/src/Tremor/VisualC/tremor.vcproj Sat Jun 19 07:58:06 
2010
@@ -38,7 +38,7 @@
                        />
                        <Tool
                                Name="VCCLCompilerTool"
-                               PreprocessorDefinitions="SQUEEZEPLAY ONLY_C"
+                               PreprocessorDefinitions="SQUEEZEPLAY;ONLY_C"
                                RuntimeLibrary="3"
                        />
                        <Tool
@@ -92,7 +92,7 @@
                        />
                        <Tool
                                Name="VCCLCompilerTool"
-                               PreprocessorDefinitions="SQUEEZEPLAY ONLY_C"
+                               PreprocessorDefinitions="SQUEEZEPLAY;ONLY_C"
                                RuntimeLibrary="2"
                        />
                        <Tool

Modified: 7.6/trunk/squeezeplay/src/Tremor/misc.c
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/Tremor/misc.c?rev=8891&r1=8890&r2=8891&view=diff
==============================================================================
--- 7.6/trunk/squeezeplay/src/Tremor/misc.c (original)
+++ 7.6/trunk/squeezeplay/src/Tremor/misc.c Sat Jun 19 07:58:06 2010
@@ -16,7 +16,9 @@
 #include <stdio.h>
 #define MISC_C
 #include "misc.h"
+#ifdef _VDBG_GRAPHFILE
 #include <sys/time.h>
+#endif
 
 static void **pointers=NULL;
 static long *insertlist=NULL; /* We can't embed this in the pointer list;

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to