From 5fb54b812b826ebed86941ae062b5c0c101bc9fa Mon Sep 17 00:00:00 2001
From: Francois Keith <francois.keith@aist.go.jp>
Date: Wed, 30 Jun 2010 19:15:17 +0900
Subject: [PATCH] Win32: typo in the API

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

diff --git a/include/dynamic-graph/shell-procedure.h b/include/dynamic-graph/shell-procedure.h
index 0ef75a92..16628a53 100644
--- a/include/dynamic-graph/shell-procedure.h
+++ b/include/dynamic-graph/shell-procedure.h
@@ -46,7 +46,7 @@
 /* --------------------------------------------------------------------- */
 
 #if defined (WIN32) 
-#  if defined (ShellProcedure_EXPORTS)
+#  if defined (shell_procedure_EXPORTS)
 #    define ShellProcedure_EXPORT __declspec(dllexport)
 #  else  
 #    define ShellProcedure_EXPORT __declspec(dllimport)
-- 
GitLab