NEURON
nrnwrap_dlfcn.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "../../nrnconf.h"
4
#if defined(HAVE_DLFCN_H)
5
#include <
dlfcn.h
>
6
#endif
7
8
#if !defined(HAVE_DLFCN_H) && defined(MINGW)
9
#include "../mswin/dlfcn.h"
10
#define HAVE_DLFCN_H 1
11
#endif
dlfcn.h
src
oc
nrnwrap_dlfcn.h