Skip to content
Snippets Groups Projects
Commit b56c387e authored by Francois Keith's avatar Francois Keith
Browse files

Correct the API

parent c7e2990a
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
// For Windows compatibility.
#if defined (WIN32)
# ifdef walkGenJrl_EXPORTS
# ifdef jrl_walkgen_EXPORTS
# define WALK_GEN_JRL_EXPORT __declspec(dllexport)
# else
# define WALK_GEN_JRL_EXPORT __declspec(dllimport)
......
......@@ -28,16 +28,6 @@
#ifndef _PATTERN_GENERATOR_INTERNAL_PRIVATE_H_
#define _PATTERN_GENERATOR_INTERNAL_PRIVATE_H_
// For Windows compatibility.
#if defined (WIN32)
# ifdef walkGenJrl_EXPORTS
# define WALK_GEN_JRL_EXPORT __declspec(dllexport)
# else
# define WALK_GEN_JRL_EXPORT __declspec(dllimport)
# endif
#else
# define WALK_GEN_JRL_EXPORT
#endif
namespace PatternGeneratorJRL
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment