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:
@@ -33,9 +33,7 @@
|
||||
* Based on code by Alexander Yaworsky
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <roken.h>
|
||||
|
||||
|
Reference in New Issue
Block a user