Go to the documentation of this file.
   30 #ifdef MRCP_STATIC_LIB 
   31 #define MRCP_DECLARE(type)   type __stdcall 
   33 #ifdef MRCP_LIB_EXPORT 
   34 #define MRCP_DECLARE(type)   __declspec(dllexport) type __stdcall 
   36 #define MRCP_DECLARE(type)   __declspec(dllimport) type __stdcall 
   40 #define MRCP_DECLARE(type) type