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