fbsdk/fblibrary.h File Reference
#define FB_DLL_INIT |
( |
|
DllName, |
|
|
|
Startup |
|
) |
| |
Value:
extern "C" void KdsoInit##DllName( void ) \
{ \
}\
extern "C" void KdsoDone##DllName( void ) \
{ \
}\
class Init##DllName { public: Init##DllName () {KdsoInit##DllName (); } ~Init##DllName () {KdsoDone##DllName (); } }; \
static Init##DllName Flakel##DllName; \
Definition at line 90 of file fblibrary.h.
#define FB_EXT_INIT |
( |
|
libname | ) |
|
#define FB_MANUAL_DLL_INIT |
( |
|
Name | ) |
|
Value:
#define Name(a0, a1, a2, a3, a4)
Definition at line 43 of file fblibrary.h.
Enumerator |
---|
kFBDllLoad |
|
kFBDllUnLoad |
|
Definition at line 41 of file fblibrary.h.
Go to the source code of this file.