#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <winb.h>
#include <te.h>
#include <fntb.h>
#include <gui.h>

int	aboutALT = -1 ;
int	aboutDBTNfrm = -1 ;
int	aboutMSG[7] = -1 ;
int	aboutDBTNok = -1 ;

/*	initDataABOUT:aboutDBTNok:MJ_DBUTTONL40の呼び出し関数	*/
int	aboutDBTNokFunc(kobj, messId, argc, pev, trigger)
int		kobj ;
int		messId ;
int		argc ;
EVENT	*pev ;
int		trigger ;
{
	return NOERR ;
}

