| 51 | // http://sourceforge.net/forum/forum.php?forum_id=482781 |
| 52 | // |
| 53 | extern "C" __declspec(dllexport) LRESULT messageProc(UINT msg, WPARAM wParam, LPARAM lParam) |
| 54 | { |
| 55 | return g_NppJsonPlugin.MessageProc(msg, wParam, lParam); |
| 56 | } |
| 57 | |
| 58 | #ifdef UNICODE |
| 59 | extern "C" __declspec(dllexport) BOOL isUnicode() |
nothing calls this directly
no test coverage detected