From 57180737883c973ff527d6a31758b12c44fea10c Mon Sep 17 00:00:00 2001
From: Francois Keith <francois.keith@aist.go.jp>
Date: Thu, 1 Jul 2010 18:24:11 +0900
Subject: [PATCH] Correct typo in macro name

---
 include/sot-core/time-stamp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sot-core/time-stamp.h b/include/sot-core/time-stamp.h
index d9e34931..5e3400cd 100644
--- a/include/sot-core/time-stamp.h
+++ b/include/sot-core/time-stamp.h
@@ -49,7 +49,7 @@ namespace ml = maal::boost;
 /* --------------------------------------------------------------------- */
 
 #if defined (WIN32) 
-#  if defined (TimeStamp_EXPORTS)
+#  if defined (time_stamp_EXPORTS)
 #    define TimeStamp_EXPORT __declspec(dllexport)
 #  else  
 #    define TimeStamp_EXPORT __declspec(dllimport)
-- 
GitLab