dl.c 108 Bytes
Newer Older
1 2 3 4 5
#if defined (__MINGW32__) || defined (__CYGWIN__)
#include "windows/dl.c"
#else
#include "unix/dl.c"
#endif