0ad/source/lib/posix/posix_dlfcn.h
janwas a3696c0b91 premake: detect processor architecture from script
lib/sysdep: clean up by moving OS and cpu-arch folders into "os" and
"arch" folders

This was SVN commit r6162.
2008-06-30 17:34:18 +00:00

8 lines
147 B
C

#if OS_WIN
# include "lib/sysdep/os/win/wposix/wdlfcn.h"
#else
# include <dlfcn.h>
#endif
#include "posix_errno.h" // for user convenience