Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-21 | mapi: Use MAPI_EXPORT to export public functions. | Chia-I Wu | |
mapi.h is included by vgapi and st/vega. On win32, the macro expands to dllexport and dllimport respectively. | |||
2010-05-07 | mapi: Add a generic C dispatcher. | Chia-I Wu | |
The idea is to have an API generate a header using mapi_abi.py. The API can then use the header to build a dispatcher. |