#ifdef _WIN32
#include <Windows.h>
#endif
void ShowAboutWindow (void * hParent)
{
MessageBox((HWND)hParent,L"Android Input Plugin",L"Dll About",MB_OK);
}