support for VB6 and VBA

This commit is contained in:
Elad Salomons
2014-09-03 14:33:46 +03:00
committed by Sam Hatchett
parent f3052ac873
commit 4a5a58a9a7
4 changed files with 278 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ AUTHOR: L. Rossman
#ifdef __cplusplus
#define DLLEXPORT extern "C" __declspec(dllexport)
#else
#define DLLEXPORT __declspec(dllexport)
#define DLLEXPORT __declspec(dllexport) __stdcall
#endif
#elif defined(CYGWIN)
#define DLLEXPORT __stdcall