示例#1
0
/*
 * Exit
 */
void	IPF_Exit ( void )
{
#ifndef HAVE_CAPSIMAGE
#else
	CAPSExit();
#endif
}
示例#2
0
int CCAPSImgApp::ExitInstance() 
{
	CAPSExit();
	return CWinApp::ExitInstance();
}