Skip to content
Snippets Groups Projects
Commit 56143281 authored by Francois Bleibel's avatar Francois Bleibel
Browse files

Added forgotten header dynamic-graph-API.h

parent 4f417977
No related branches found
No related tags found
No related merge requests found
/*
* Copyright
*/
#ifndef DYNAMICGRAPH_API_H
#define DYNAMICGRAPH_API_H
#if defined (WIN32)
# ifdef DYNAMICGRAPH_EXPORT
# define DYNAMICGRAPH_EXPORT __declspec(dllexport)
# else
# define DYNAMICGRAPH_EXPORT __declspec(dllimport)
# endif
#else
# define DYNAMICGRAPH_EXPORT
#endif
#endif
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