#ifndef	_APLPCL_H
#define	_APLPCL_H

#define	APLPCL_SAVE_SCREEN		(1)		/* 画面保存					*/
#define	APLPCL_RESET_CRTC		(2)		/* 画面再設定				*/
#define	APLPCL_SET_STARTPATH	(4)		/* 起動パスDTA 設定			*/
#define	APLPCL_SET_PCP			(8)		/* PCP 設定					*/
#define	APLPCL_SET_MRESO		(16)	/* 中解像度設定				*/
#define	APLPCL_CLEAR_SCREEN		(32)	/* 画面の消去				*/
#define	APLPCL_DTALIB_IGNORE	(128)	/* DTA ライブラリ使用禁止	*/
#define	APLPCL_CHDIR			(256)	/* ディクトリ変更			*/

#endif
