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