2004/06/05 (土) 20:37:36        [mirai]
/*!	@file
	@brief プロセス間共有データへのアクセス

	@author Hidemaruo
	@date 1997/03/26
	$Revision: 2.81 $
*/
/*
	Copyright (C) 1995-2004, Hidemaruo
	This source code is designed for hidemaru editor.
	Please contact the copyright holder to use this code for other purpose.
*/

#include <io.h>
#include "CShareData.h"
#include "CEditApp.h"
#include "mymessage.h"
#include "debug.h"
#include "global.h"
#include "etc_uty.h"
#include "CRunningTimer.h"
#include "my_icmp.h" 	// 2002/11/30 Maruo 追加
#include "my_tchar.h" 	// 2003/01/06 Maruo

struct ARRHEAD {
	int		nLength;
	int		nItemNum;
};