support for VB6 and VBA
This commit is contained in:
committed by
Sam Hatchett
parent
f3052ac873
commit
4a5a58a9a7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user