Always include <config.h> in roken implementation

Remove unnecessary ifdefs and add <config.h> to dlfcn_w32.c.  This is
required for correct export declarations when building roken as a DLL.
This commit is contained in:
Asanka C. Herath
2010-11-23 02:23:22 -05:00
parent bbd724dad0
commit 0ee4597aed
7 changed files with 1 additions and 13 deletions

View File

@@ -29,9 +29,7 @@
*
**********************************************************************/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <roken.h>