DCL 4.0
Loading...
Searching...
No Matches
_dlfcn.h
Go to the documentation of this file.
1#ifndef __DCL_DLFCN_H__
2#define __DCL_DLFCN_H__ 20110918
3
4#include <dlfcn.h>
5
6__DCL_BEGIN_NAMESPACE
7
8class String;
9
17DCLCAPI void* __dlopen(const String& _filename, int _flag);
18
24DCLCAPI int __dlerror(String& r);
25
26__DCL_END_NAMESPACE
27
28#endif // __DCL_DLFCN_H__
DCLCAPI int __dlerror(String &r)
Definition _dlfcn.cpp:32
DCLCAPI void * __dlopen(const String &_filename, int _flag)
Definition _dlfcn.cpp:20
#define DCLCAPI
Definition Config.h:100
ByteString r