| 193 | * This function is called, if a notification from Notepad occurs |
| 194 | */ |
| 195 | extern "C" __declspec(dllexport) LRESULT messageProc(UINT /*message*/, WPARAM /*wParam*/, LPARAM /*lParam*/) |
| 196 | { |
| 197 | |
| 198 | |
| 199 | return TRUE; |
| 200 | } |
| 201 | |
| 202 | |
| 203 | #ifdef _UNICODE |
nothing calls this directly
no outgoing calls
no test coverage detected