Go to the source code of this file.
Classes | |
class | coil::DynamicLib |
DynamicLib class. More... | |
Namespaces | |
coil | |
Common Object Interface Layer. | |
Macros | |
#define | COIL_DEFAULT_DYNLIB_MODE LOAD_WITH_ALTERED_SEARCH_PATH |
#define | DynamicLib_EXPORT __declspec(dllimport) |
Functions | |
DynamicLib_EXPORT int | ForExternTest (void) |
#define COIL_DEFAULT_DYNLIB_MODE LOAD_WITH_ALTERED_SEARCH_PATH |
Definition at line 27 of file win32/coil/DynamicLib.h.
#define DynamicLib_EXPORT __declspec(dllimport) |
Test for DLL export.
Definition at line 35 of file win32/coil/DynamicLib.h.
DynamicLib_EXPORT int ForExternTest | ( | void | ) |