From: Erwin Janssen Date: Tue, 21 Jun 2016 12:34:24 +0000 (+0200) Subject: Revert "Windows: Pathplan now generating .lib file." X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2693c5282b920f261670be14425fe28910f23567;p=graphviz Revert "Windows: Pathplan now generating .lib file." This reverts commit 68beaeaf9b17ab690aa91b6624ae32eaa8d42da8. --- diff --git a/lib/pathplan/Pathplan.vcxproj b/lib/pathplan/Pathplan.vcxproj index 4d1911526..9aab7fc70 100644 --- a/lib/pathplan/Pathplan.vcxproj +++ b/lib/pathplan/Pathplan.vcxproj @@ -47,7 +47,7 @@ $(SolutionDir)Graphviz\bin\ Release\ - AllRules.ruleset + C:\Program Files (x86)\Microsoft Visual Studio 14.0\Team Tools\Static Analysis Tools\Rule Sets\NativeRecommendedRules.ruleset true diff --git a/lib/pathplan/pathplan.h b/lib/pathplan/pathplan.h index fdadb2641..244e998bf 100644 --- a/lib/pathplan/pathplan.h +++ b/lib/pathplan/pathplan.h @@ -27,16 +27,6 @@ extern "C" { # define extern __EXPORT__ #endif -/*visual studio*/ -#if defined(WIN32) -# if !defined(PATHPLAN_EXPORTS) -# define extern __declspec(dllimport) -# else -# define extern __declspec(dllexport) -# endif -#endif -/*end visual studio*/ - /* find shortest euclidean path within a simple polygon */ extern int Pshortestpath(Ppoly_t * boundary, Ppoint_t endpoints[2], Ppolyline_t * output_route);