Skip to content
Snippets Groups Projects
Commit 1a694756 authored by David DeMarle's avatar David DeMarle
Browse files

Merge branch 'upstream-xdmf3' into update-xdmf-imports

* upstream-xdmf3:
  xdmf3 2016-04-08 (75c5916b)
parents a63f3d93 f98573a5
No related merge requests found
......@@ -149,13 +149,13 @@
# undef XDMFDSM_TEMPLATE
# define XDMFDSM_TEMPLATE extern
# ifdef xdmf3_EXPORTS
# ifdef XDMF_EXPORTS
# define XDMF_EXPORT __declspec(dllexport)
# define XDMF_TEMPLATE
# else /* xxdmf3_EXPORTS */
# else /* XDMF_EXPORTS */
# define XDMF_EXPORT __declspec(dllimport)
# define XDMF_TEMPLATE extern
# endif /* xdmf3_EXPORTS */
# endif /* XDMF_EXPORTS */
#endif
/* Compiler Warnings */
......
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