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