Fix compilation error when in dlfcn.h

When dlfcn.h is included from a C++ file causes a compilation error due to missing '{'.
This commit is contained in:
Kiran S J
2015-04-30 12:30:28 +05:30
parent 4c98e27eda
commit a350c5265a

View File

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