From 78980dc563dc79c9a035821964643358d0523e00 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 13 Aug 2006 21:17:56 +0000
Subject: [PATCH] *** empty log message ***

---
 Graphics/tc.cpp | 4 +++-
 Graphics/tc.h   | 8 +++++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/Graphics/tc.cpp b/Graphics/tc.cpp
index 06e7ff6869..97f1d6cf75 100644
--- a/Graphics/tc.cpp
+++ b/Graphics/tc.cpp
@@ -21,9 +21,11 @@ are met:
      to Brad Grantham's current address (grantham@plunk.org as of September
      20th, 2000) or current U.S. mail address.
 
- * $Header: /cvsroot/gmsh/Graphics/tc.cpp,v 1.1 2006-08-10 15:29:26 geuzaine Exp $
+ * $Header: /cvsroot/gmsh/Graphics/tc.cpp,v 1.2 2006-08-13 21:17:56 geuzaine Exp $
  */
 
+// This is a modified version for Gmsh: see "gmsh"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
diff --git a/Graphics/tc.h b/Graphics/tc.h
index 63799308c7..7c7050b31b 100644
--- a/Graphics/tc.h
+++ b/Graphics/tc.h
@@ -1,7 +1,9 @@
 /*
- * $Header: /cvsroot/gmsh/Graphics/tc.h,v 1.1 2006-08-10 15:29:26 geuzaine Exp $
+ * $Header: /cvsroot/gmsh/Graphics/tc.h,v 1.2 2006-08-13 21:17:56 geuzaine Exp $
  */
 
+// This is a modified version for Gmsh: see "gmsh"
+
 #if !defined(_ACTC_H_)
 #define _ACTC_H_
 
@@ -9,6 +11,10 @@
 
 typedef struct _ACTCData ACTCData;
 
+#if defined(WIN32) // gmsh
+#define uint unsigned int
+#endif
+
 /*
     Abbreviated:
     	vertex		vert
-- 
GitLab