| 645 | } |
| 646 | |
| 647 | extern "C" __declspec(dllexport) const wchar_t *getName() { |
| 648 | static std::wstring plugin_name = rc_str(IDS_PLUGIN_NAME); |
| 649 | return plugin_name.c_str(); |
| 650 | } |
| 651 | |
| 652 | extern "C" __declspec(dllexport) FuncItem *getFuncsArray(int *nbF) { |
| 653 | *nbF = nb_func; |
no test coverage detected