From 0944b01963d34b9c6baa57fb9de9eeb25cf6b847 Mon Sep 17 00:00:00 2001
From: Francois Keith <francois.keith@aist.go.jp>
Date: Wed, 30 Jun 2010 19:14:22 +0900
Subject: [PATCH] Win32: Correct typo in the macro name for the API

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

diff --git a/include/dynamic-graph/dynamic-graph-api.h b/include/dynamic-graph/dynamic-graph-api.h
index 0e6f1c7..4d0502f 100644
--- a/include/dynamic-graph/dynamic-graph-api.h
+++ b/include/dynamic-graph/dynamic-graph-api.h
@@ -6,7 +6,7 @@
 #define DYNAMICGRAPH_API_H
 
 #if defined (WIN32)
-#  ifdef dynamic_graph_EXPORT
+#  ifdef dynamic_graph_EXPORTS
 #    define DYNAMICGRAPH_EXPORT __declspec(dllexport)
 #  else
 #    define DYNAMICGRAPH_EXPORT __declspec(dllimport)
-- 
GitLab