Beispiel #1
0
int main(int argc, char *argv[])
{
	if (argc < 2) return 0;

	gtk_init(NULL, NULL);

	if (!strcmp(argv[1], "configure"))
	{
		SoftDlgProc();
	}
	else
	{
		revision = atol(argv[2]);
		build = atol(argv[3]);
		strcpy(RELEASE_DATE, argv[4]);
		AboutDlgProc();
	}

	return 0;
}
Beispiel #2
0
void CDRabout() {
	AboutDlgProc();
}
Beispiel #3
0
void NETabout() {
	AboutDlgProc();
}
Beispiel #4
0
/*************************************************************************
 *             AboutDlgProc   (SHELL.33)
 */
BOOL16 WINAPI AboutDlgProc16( HWND16 hWnd, UINT16 msg, WPARAM16 wParam,
                               LPARAM lParam )
{ return AboutDlgProc( hWnd, msg, wParam, lParam );
}