Fix dylib.h

This commit is contained in:
twinaphex 2015-04-11 21:59:46 +02:00
parent 0d8bcb518b
commit 6f62c87a62

View File

@ -79,5 +79,9 @@ void dylib_close(dylib_t lib);
function_t dylib_proc(dylib_t lib, const char *proc);
#endif
#ifdef __cplusplus
}
#endif
#endif