Go to the source code of this file.
Defines |
|
| #define | KO_MODULE_CALL(Name) |
| #define | FB_EXT_INIT(libname) |
Enumerations |
|
| enum | kFBDllOperation { kFBDllLoad, kFBDllUnLoad, kFBDllLoad, kFBDllUnLoad } |
| #define KO_MODULE_CALL | ( | Name | ) |
extern void KModule##Name( ); \ KModule##Name( );
Definition at line 100 of file kaydaralib.h.
| #define FB_EXT_INIT | ( | libname | ) |
Definition at line 111 of file kaydaralib.h.
| enum kFBDllOperation |
Definition at line 42 of file kaydaralib.h.
{ kFBDllLoad, kFBDllUnLoad };