Merge pull request #128 from kiransj/patch-1

Fix compilation error in dlfcn.h
This commit is contained in:
Love Hörnquist Åstrand
2015-04-30 00:25:30 -07:00

View File

@@ -51,7 +51,7 @@ typedef int (__stdcall *DLSYM_RET_TYPE)();
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C" {
#endif #endif
/* Implementation based on /* Implementation based on