From 3e82b3b10d6399a9b6fbff487e8e77a5cce0a628 Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 20 Oct 2016 01:37:49 +0200 Subject: [PATCH] fix Windows build failure --- src/Mod/Path/App/PreCompiled.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/App/PreCompiled.h b/src/Mod/Path/App/PreCompiled.h index dbac84df9..fd6e5e029 100644 --- a/src/Mod/Path/App/PreCompiled.h +++ b/src/Mod/Path/App/PreCompiled.h @@ -30,7 +30,7 @@ #ifdef FC_OS_WIN32 # define PathExport __declspec(dllexport) //# define RobotExport __declspec(dllexport) uncomment this to use KDL -# define PartExport __declspec(dllexport) +# define PartExport __declspec(dllimport) # define BaseExport __declspec(dllimport) #else // for Linux # define PathExport