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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu May 10 16:02:24 BST 2007


Author: piers
Date: Thu May 10 16:02:54 2007
New Revision: 4026

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

Log:
Fixed for compilation with TCLTK80

Modified: vic/branches/mpeg4/win32/win32X.c
==============================================================================
--- vic/branches/mpeg4/win32/win32X.c	(original)
+++ vic/branches/mpeg4/win32/win32X.c	Thu May 10 16:02:54 2007
@@ -33,13 +33,16 @@
  * 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[] =
     "@(#) $Header$ (LBL)";
 #endif
 
+#include <tcl.h>
+
+#if (TCL_MAJOR_VERSION == 8) && (TCL_MINOR_VERSION == 0)
+
 #include "tkWinInt.h"
 
 XImage *



More information about the Sumover-dev mailing list