#ifndef _MouchardInterfaceDLL_h_ #define _MouchardInterfaceDLL_h_ #include "../define.h" extern "C" { IMPORTEXPORT unsigned long dllGetMouchard(); IMPORTEXPORT char* dllGetExpirationDate(); } #endif