[Sumover-dev] [svn commit] r4013 - vic/branches/mpeg4/win32

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Wed May 9 18:33:52 BST 2007


Author: piers
Date: Wed May  9 18:33:46 2007
New Revision: 4013

Modified:
   vic/branches/mpeg4/win32/win32X.c

Log:
Only compile if using TCLTK80

Modified: vic/branches/mpeg4/win32/win32X.c
==============================================================================
--- vic/branches/mpeg4/win32/win32X.c	(original)
+++ vic/branches/mpeg4/win32/win32X.c	Wed May  9 18:33:46 2007
@@ -33,6 +33,7 @@
  * This module contributed by John Brezak <brezak at apollo.hp.com>.
  * January 31, 1996
  */
+#if (TCL_MAJOR_VERSION == 8) && (TCL_MINOR_VERSION == 0)
 
 #ifndef lint
 static char rcsid[] =
@@ -237,4 +238,5 @@
     
     TkWinReleaseDrawableDC(d, dc, &state);
 }
-*/
\ No newline at end of file
+*/
+#endif
\ No newline at end of file



More information about the Sumover-dev mailing list