From 7b91473f77670401e0d04eb2ddf6f51e6903a670 Mon Sep 17 00:00:00 2001
From: Francois Keith <francois.keith@aist.go.jp>
Date: Wed, 30 Jun 2010 19:49:00 +0900
Subject: [PATCH] Win32: Correct API name for contiifstream

---
 include/dynamic-graph/contiifstream.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dynamic-graph/contiifstream.h b/include/dynamic-graph/contiifstream.h
index 3ab33f4..da118f1 100644
--- a/include/dynamic-graph/contiifstream.h
+++ b/include/dynamic-graph/contiifstream.h
@@ -44,7 +44,7 @@
 /* --------------------------------------------------------------------- */
 
 #if defined (WIN32)
-#  if defined (sotContiifstream_EXPORTS)
+#  if defined (contiifstream_EXPORTS)
 #    define DYNAMICGRAPHCONTIIFSTREAM_EXPORT __declspec(dllexport)
 #  else
 #    define DYNAMICGRAPHCONTIIFSTREAM_EXPORT __declspec(dllimport)
-- 
GitLab