| 26 | // Below are the mandatory function to be implemented as Notepad++ requires them |
| 27 | |
| 28 | extern "C" __declspec(dllexport) void setInfo(NppData notepadPlusData) |
| 29 | { |
| 30 | g_NppJsonPlugin.SetInfo(notepadPlusData); |
| 31 | } |
| 32 | |
| 33 | extern "C" __declspec(dllexport) const TCHAR* getName() |
| 34 | { |