- #ifndef _CONF_API_H_
- #define _CONF_API_H_
- #ifdef CONFXMLPARSE_EXPORTS
- #define CONFXML_API extern "C" __declspec(dllexport)
- #else
- #define CONFXML_API extern "C" __declspec(dllimport)
- #endif
- CONFXML_API wchar_t* GetValueByKeyFromFile(const wchar_t* strConfXML, const wchar_t* strKey);
- #endif
|